Html Css Color HEX #A29212 Lucky

📋 copy color: '#A29212'

red 162 ◦ green 146 ◦ blue 18

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

Shades of Lucky #A29212

Tints of Lucky #A29212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

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

R = 49.69%
G = 44.79%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A29212 (or 0xA29212) is known color: Lucky. HEX triplet: A2, 92 and 12. RGB value is (162,146,18). Sum of RGB (Red+Green+Blue) = 162+146+18=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A29212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29212 is #5D6DED. Grayscale: #888888. Windows color (decimal): -6122990 or 1217186. OLE color: 1217186.

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

Color convert

RGB 162 146 18 -
CMYK 0 0.10 0.89 0.36
HSL 53.33º 0.8% 0.35% -
HSV(B) 53.33º 0.89% 0.64% -
XYZ 25.29 28.28 4.7 -
YUV 136.19 61.3 146.41 -
System Red Green Blue C M Y K H S L
Decimal 162 146 18 0 0.10 0.89 0.36 53.33 0.8 0.35
Hex A2 92 12 0 A 59 24 35 50 23
Octal 242 222 22 0 12 131 44 65 120 43
Binary 10100010 10010010 10010 0 1010 1011001 100100 110101 1010000 100011

Color Harmonies of #A29212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29212

Black with #A29212

Text Example


Text Example

White with #A29212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29212; }

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

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

background-color css

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

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

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

border-color css

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

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

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