Html Css Color HEX #A29B19 Lucky

📋 copy color: '#A29B19'

red 162 ◦ green 155 ◦ blue 25

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

Shades of Lucky #A29B19

Tints of Lucky #A29B19

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.32%

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

R = 47.37%
G = 45.32%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A29B19 (or 0xA29B19) is known color: Lucky. HEX triplet: A2, 9B and 19. RGB value is (162,155,25). Sum of RGB (Red+Green+Blue) = 162+155+25=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29B19 is #5D64E6. Grayscale: #8E8E8E. Windows color (decimal): -6120679 or 1678242. OLE color: 1678242.

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

Color convert

RGB 162 155 25 -
CMYK 0 0.04 0.85 0.36
HSL 56.93º 0.73% 0.37% -
HSV(B) 56.93º 0.85% 0.64% -
XYZ 26.8 31.19 5.53 -
YUV 142.27 61.82 142.07 -
System Red Green Blue C M Y K H S L
Decimal 162 155 25 0 0.04 0.85 0.36 56.93 0.73 0.37
Hex A2 9B 19 0 4 55 24 39 49 25
Octal 242 233 31 0 4 125 44 71 111 45
Binary 10100010 10011011 11001 0 100 1010101 100100 111001 1001001 100101

Color Harmonies of #A29B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29B19

Black with #A29B19

Text Example


Text Example

White with #A29B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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