Html Css Color HEX #A49909 Lucky

📋 copy color: '#A49909'

red 164 ◦ green 153 ◦ blue 9

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

Shades of Lucky #A49909

Tints of Lucky #A49909

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

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

R = 50.31%
G = 46.93%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A49909 (or 0xA49909) is known color: Lucky. HEX triplet: A4, 99 and 09. RGB value is (164,153,9). Sum of RGB (Red+Green+Blue) = 164+153+9=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A49909 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49909 is #5B66F6. Grayscale: #8C8C8C. Windows color (decimal): -5990135 or 629156. OLE color: 629156.

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

Color convert

RGB 164 153 9 -
CMYK 0 0.07 0.95 0.36
HSL 55.74º 0.9% 0.34% -
HSV(B) 55.74º 0.95% 0.64% -
XYZ 26.75 30.69 4.77 -
YUV 139.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 164 153 9 0 0.07 0.95 0.36 55.74 0.9 0.34
Hex A4 99 9 0 7 5F 24 38 5A 22
Octal 244 231 11 0 7 137 44 70 132 42
Binary 10100100 10011001 1001 0 111 1011111 100100 111000 1011010 100010

Color Harmonies of #A49909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49909

Black with #A49909

Text Example


Text Example

White with #A49909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49909; }

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

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

background-color css

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

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

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

border-color css

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

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

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