Html Css Color HEX #A99559 Husk

📋 copy color: '#A99559'

red 169 ◦ green 149 ◦ blue 89

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

Shades of Husk #A99559

Tints of Husk #A99559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 41.52%
G = 36.61%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A99559 (or 0xA99559) is known color: Husk. HEX triplet: A9, 95 and 59. RGB value is (169,149,89). Sum of RGB (Red+Green+Blue) = 169+149+89=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A99559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99559 is #566AA6. Grayscale: #949494. Windows color (decimal): -5663399 or 5871017. OLE color: 5871017.

HSL color Cylindrical-coordinate representation of color #A99559: hue angle of 45º 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 #A99559 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 149 89 -
CMYK 0 0.12 0.47 0.34
HSL 45º 0.32% 0.51% -
HSV(B) 45º 0.47% 0.66% -
XYZ 28.91 30.65 13.84 -
YUV 148.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 169 149 89 0 0.12 0.47 0.34 45 0.32 0.51
Hex A9 95 59 0 C 2F 22 2D 20 33
Octal 251 225 131 0 14 57 42 55 40 63
Binary 10101001 10010101 1011001 0 1100 101111 100010 101101 100000 110011

Color Harmonies of #A99559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99559

Black with #A99559

Text Example


Text Example

White with #A99559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99559; }

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

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

background-color css

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

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

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

border-color css

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

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

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