Html Css Color HEX #A79320 Lucky

📋 copy color: '#A79320'

red 167 ◦ green 147 ◦ blue 32

#A79320
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #A79320

Tints of Lucky #A79320

RGB

 RED value IS 167 (65.63% from 255) = 48.27%

 GREEN value IS 147 (57.81% from 255) = 42.49%

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 48.27%
G = 42.49%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A79320 (or 0xA79320) is known color: Lucky. HEX triplet: A7, 93 and 20. RGB value is (167,147,32). Sum of RGB (Red+Green+Blue) = 167+147+32=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A79320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79320 is #586CDF. Grayscale: #8C8C8C. Windows color (decimal): -5795040 or 2134951. OLE color: 2134951.

HSL color Cylindrical-coordinate representation of color #A79320: hue angle of 51.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A79320 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 147 32 -
CMYK 0 0.12 0.81 0.35
HSL 51.11º 0.68% 0.39% -
HSV(B) 51.11º 0.81% 0.65% -
XYZ 26.63 29.19 5.6 -
YUV 139.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 167 147 32 0 0.12 0.81 0.35 51.11 0.68 0.39
Hex A7 93 20 0 C 51 23 33 44 27
Octal 247 223 40 0 14 121 43 63 104 47
Binary 10100111 10010011 100000 0 1100 1010001 100011 110011 1000100 100111

Color Harmonies of #A79320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79320

Black with #A79320

Text Example


Text Example

White with #A79320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79320; }

 p { color: rgb(167,147,32); }

 H1.HeaderClassName
 {
   color: #A79320;
 }
 .AnyTagClassName
 {
   color: #A79320;
 }
</style>

background-color css

<style>
 a { background-color: #A79320; }

 a { background-color: rgb(167,147,32); }

 div.DivClassName
 {
   background-color: #A79320;
 }
 .BgClassName
 {
   background-color: #A79320;
 }
</style>

border-color css

<style>
 span { border-color: #A79320; }

 span { border-color: rgb(167,147,32); }

 td.TdClassName
 {
   border-color: #A79320;
 }
 .TagClassName
 {
   border-color: #A79320;
 }
</style>