Html Css Color HEX #A49F09 Lucky

📋 copy color: '#A49F09'

red 164 ◦ green 159 ◦ blue 9

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

Shades of Lucky #A49F09

Tints of Lucky #A49F09

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.89%

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

R = 49.4%
G = 47.89%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A49F09 (or 0xA49F09) is known color: Lucky. HEX triplet: A4, 9F and 09. RGB value is (164,159,9). Sum of RGB (Red+Green+Blue) = 164+159+9=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49F09 is #5B60F6. Grayscale: #909090. Windows color (decimal): -5988599 or 630692. OLE color: 630692.

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

Color convert

RGB 164 159 9 -
CMYK 0 0.03 0.95 0.36
HSL 58.06º 0.9% 0.34% -
HSV(B) 58.06º 0.95% 0.64% -
XYZ 27.76 32.71 5.11 -
YUV 143.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 164 159 9 0 0.03 0.95 0.36 58.06 0.9 0.34
Hex A4 9F 9 0 3 5F 24 3A 5A 22
Octal 244 237 11 0 3 137 44 72 132 42
Binary 10100100 10011111 1001 0 11 1011111 100100 111010 1011010 100010

Color Harmonies of #A49F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F09

Black with #A49F09

Text Example


Text Example

White with #A49F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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