Html Css Color HEX #A49D09 Lucky

📋 copy color: '#A49D09'

red 164 ◦ green 157 ◦ blue 9

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

Shades of Lucky #A49D09

Tints of Lucky #A49D09

RGB

 RED value IS 164 (64.45% from 255) = 49.7%

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

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

R = 49.7%
G = 47.58%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A49D09 (or 0xA49D09) is known color: Lucky. HEX triplet: A4, 9D and 09. RGB value is (164,157,9). Sum of RGB (Red+Green+Blue) = 164+157+9=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49D09 is #5B62F6. Grayscale: #8E8E8E. Windows color (decimal): -5989111 or 630180. OLE color: 630180.

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

Color convert

RGB 164 157 9 -
CMYK 0 0.04 0.95 0.36
HSL 57.29º 0.9% 0.34% -
HSV(B) 57.29º 0.95% 0.64% -
XYZ 27.42 32.03 5 -
YUV 142.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 164 157 9 0 0.04 0.95 0.36 57.29 0.9 0.34
Hex A4 9D 9 0 4 5F 24 39 5A 22
Octal 244 235 11 0 4 137 44 71 132 42
Binary 10100100 10011101 1001 0 100 1011111 100100 111001 1011010 100010

Color Harmonies of #A49D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D09

Black with #A49D09

Text Example


Text Example

White with #A49D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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