Html Css Color HEX #A29012 Lucky

📋 copy color: '#A29012'

red 162 ◦ green 144 ◦ blue 18

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

Shades of Lucky #A29012

Tints of Lucky #A29012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

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

R = 50%
G = 44.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A29012 (or 0xA29012) is known color: Lucky. HEX triplet: A2, 90 and 12. RGB value is (162,144,18). Sum of RGB (Red+Green+Blue) = 162+144+18=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A29012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29012 is #5D6FED. Grayscale: #878787. Windows color (decimal): -6123502 or 1216674. OLE color: 1216674.

HSL color Cylindrical-coordinate representation of color #A29012: hue angle of 52.5º 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 #A29012 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 144 18 -
CMYK 0 0.11 0.89 0.36
HSL 52.5º 0.8% 0.35% -
HSV(B) 52.5º 0.89% 0.64% -
XYZ 24.98 27.67 4.6 -
YUV 135.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 162 144 18 0 0.11 0.89 0.36 52.5 0.8 0.35
Hex A2 90 12 0 B 59 24 34 50 23
Octal 242 220 22 0 13 131 44 64 120 43
Binary 10100010 10010000 10010 0 1011 1011001 100100 110100 1010000 100011

Color Harmonies of #A29012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29012

Black with #A29012

Text Example


Text Example

White with #A29012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29012; }

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

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

background-color css

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

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

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

border-color css

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

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

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