Html Css Color HEX #A9A059 Husk

📋 copy color: '#A9A059'

red 169 ◦ green 160 ◦ blue 89

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

Shades of Husk #A9A059

Tints of Husk #A9A059

RGB

 RED value IS 169 (66.41% from 255) = 40.43%

 GREEN value IS 160 (62.89% from 255) = 38.28%

 BLUE value IS 89 (35.16% from 255) = 21.29%

R = 40.43%
G = 38.28%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9A059 (or 0xA9A059) is known color: Husk. HEX triplet: A9, A0 and 59. RGB value is (169,160,89). Sum of RGB (Red+Green+Blue) = 169+160+89=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A059 is #565FA6. Grayscale: #9A9A9A. Windows color (decimal): -5660583 or 5873833. OLE color: 5873833.

HSL color Cylindrical-coordinate representation of color #A9A059: hue angle of 53.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9A059 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 160 89 -
CMYK 0 0.05 0.47 0.34
HSL 53.25º 0.32% 0.51% -
HSV(B) 53.25º 0.47% 0.66% -
XYZ 30.74 34.3 14.45 -
YUV 154.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 169 160 89 0 0.05 0.47 0.34 53.25 0.32 0.51
Hex A9 A0 59 0 5 2F 22 35 20 33
Octal 251 240 131 0 5 57 42 65 40 63
Binary 10101001 10100000 1011001 0 101 101111 100010 110101 100000 110011

Color Harmonies of #A9A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A059

Black with #A9A059

Text Example


Text Example

White with #A9A059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A059; }

 p { color: rgb(169,160,89); }

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

background-color css

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

 a { background-color: rgb(169,160,89); }

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

border-color css

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

 span { border-color: rgb(169,160,89); }

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