Html Css Color HEX #A79412 Lucky

📋 copy color: '#A79412'

red 167 ◦ green 148 ◦ blue 18

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

Shades of Lucky #A79412

Tints of Lucky #A79412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 50.15%
G = 44.44%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A79412 (or 0xA79412) is known color: Lucky. HEX triplet: A7, 94 and 12. RGB value is (167,148,18). Sum of RGB (Red+Green+Blue) = 167+148+18=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A79412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79412 is #586BED. Grayscale: #8B8B8B. Windows color (decimal): -5794798 or 1217703. OLE color: 1217703.

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

Color convert

RGB 167 148 18 -
CMYK 0 0.11 0.89 0.35
HSL 52.35º 0.81% 0.36% -
HSV(B) 52.35º 0.89% 0.65% -
XYZ 26.64 29.44 4.85 -
YUV 138.86 59.79 148.07 -
System Red Green Blue C M Y K H S L
Decimal 167 148 18 0 0.11 0.89 0.35 52.35 0.81 0.36
Hex A7 94 12 0 B 59 23 34 51 24
Octal 247 224 22 0 13 131 43 64 121 44
Binary 10100111 10010100 10010 0 1011 1011001 100011 110100 1010001 100100

Color Harmonies of #A79412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79412

Black with #A79412

Text Example


Text Example

White with #A79412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79412; }

 p { color: rgb(167,148,18); }

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

background-color css

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

 a { background-color: rgb(167,148,18); }

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

border-color css

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

 span { border-color: rgb(167,148,18); }

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