Html Css Color HEX #A49409 Lucky

📋 copy color: '#A49409'

red 164 ◦ green 148 ◦ blue 9

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

Shades of Lucky #A49409

Tints of Lucky #A49409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

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

R = 51.09%
G = 46.11%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A49409 (or 0xA49409) is known color: Lucky. HEX triplet: A4, 94 and 09. RGB value is (164,148,9). Sum of RGB (Red+Green+Blue) = 164+148+9=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A49409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49409 is #5B6BF6. Grayscale: #898989. Windows color (decimal): -5991415 or 627876. OLE color: 627876.

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

Color convert

RGB 164 148 9 -
CMYK 0 0.10 0.95 0.36
HSL 53.81º 0.9% 0.34% -
HSV(B) 53.81º 0.95% 0.64% -
XYZ 25.95 29.09 4.51 -
YUV 136.94 55.8 147.3 -
System Red Green Blue C M Y K H S L
Decimal 164 148 9 0 0.10 0.95 0.36 53.81 0.9 0.34
Hex A4 94 9 0 A 5F 24 36 5A 22
Octal 244 224 11 0 12 137 44 66 132 42
Binary 10100100 10010100 1001 0 1010 1011111 100100 110110 1011010 100010

Color Harmonies of #A49409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49409

Black with #A49409

Text Example


Text Example

White with #A49409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49409; }

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

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

background-color css

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

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

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

border-color css

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

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

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