Html Css Color HEX #A29412 Lucky

📋 copy color: '#A29412'

red 162 ◦ green 148 ◦ blue 18

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

Shades of Lucky #A29412

Tints of Lucky #A29412

RGB

 RED value IS 162 (63.67% from 255) = 49.39%

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

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

R = 49.39%
G = 45.12%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A29412 (or 0xA29412) is known color: Lucky. HEX triplet: A2, 94 and 12. RGB value is (162,148,18). Sum of RGB (Red+Green+Blue) = 162+148+18=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A29412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29412 is #5D6BED. Grayscale: #898989. Windows color (decimal): -6122478 or 1217698. OLE color: 1217698.

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

Color convert

RGB 162 148 18 -
CMYK 0 0.09 0.89 0.36
HSL 54.17º 0.8% 0.35% -
HSV(B) 54.17º 0.89% 0.64% -
XYZ 25.6 28.9 4.8 -
YUV 137.37 60.64 145.57 -
System Red Green Blue C M Y K H S L
Decimal 162 148 18 0 0.09 0.89 0.36 54.17 0.8 0.35
Hex A2 94 12 0 9 59 24 36 50 23
Octal 242 224 22 0 11 131 44 66 120 43
Binary 10100010 10010100 10010 0 1001 1011001 100100 110110 1010000 100011

Color Harmonies of #A29412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29412

Black with #A29412

Text Example


Text Example

White with #A29412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29412; }

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

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

background-color css

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

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

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

border-color css

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

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

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