Html Css Color HEX #A29D09 Lucky

📋 copy color: '#A29D09'

red 162 ◦ green 157 ◦ blue 9

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

Shades of Lucky #A29D09

Tints of Lucky #A29D09

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.87%

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 49.39%
G = 47.87%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A29D09 (or 0xA29D09) is known color: Lucky. HEX triplet: A2, 9D and 09. RGB value is (162,157,9). Sum of RGB (Red+Green+Blue) = 162+157+9=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29D09 is #5D62F6. Grayscale: #8E8E8E. Windows color (decimal): -6120183 or 630178. OLE color: 630178.

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

Color convert

RGB 162 157 9 -
CMYK 0 0.03 0.94 0.36
HSL 58.04º 0.89% 0.34% -
HSV(B) 58.04º 0.94% 0.64% -
XYZ 27.01 31.82 4.98 -
YUV 141.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 162 157 9 0 0.03 0.94 0.36 58.04 0.89 0.34
Hex A2 9D 9 0 3 5E 24 3A 59 22
Octal 242 235 11 0 3 136 44 72 131 42
Binary 10100010 10011101 1001 0 11 1011110 100100 111010 1011001 100010

Color Harmonies of #A29D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29D09

Black with #A29D09

Text Example


Text Example

White with #A29D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29D09; }

 p { color: rgb(162,157,9); }

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

background-color css

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

 a { background-color: rgb(162,157,9); }

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

border-color css

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

 span { border-color: rgb(162,157,9); }

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