Html Css Color HEX #A29119 Lucky

📋 copy color: '#A29119'

red 162 ◦ green 145 ◦ blue 25

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

Shades of Lucky #A29119

Tints of Lucky #A29119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

 BLUE value IS 25 (10.16% from 255) = 7.53%

R = 48.8%
G = 43.67%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A29119 (or 0xA29119) is known color: Lucky. HEX triplet: A2, 91 and 19. RGB value is (162,145,25). Sum of RGB (Red+Green+Blue) = 162+145+25=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A29119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29119 is #5D6EE6. Grayscale: #888888. Windows color (decimal): -6123239 or 1675682. OLE color: 1675682.

HSL color Cylindrical-coordinate representation of color #A29119: hue angle of 52.55º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A29119 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 145 25 -
CMYK 0 0.10 0.85 0.36
HSL 52.55º 0.73% 0.37% -
HSV(B) 52.55º 0.85% 0.64% -
XYZ 25.2 28 5 -
YUV 136.4 65.13 146.26 -
System Red Green Blue C M Y K H S L
Decimal 162 145 25 0 0.10 0.85 0.36 52.55 0.73 0.37
Hex A2 91 19 0 A 55 24 35 49 25
Octal 242 221 31 0 12 125 44 65 111 45
Binary 10100010 10010001 11001 0 1010 1010101 100100 110101 1001001 100101

Color Harmonies of #A29119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29119

Black with #A29119

Text Example


Text Example

White with #A29119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29119; }

 p { color: rgb(162,145,25); }

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

background-color css

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

 a { background-color: rgb(162,145,25); }

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

border-color css

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

 span { border-color: rgb(162,145,25); }

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