Html Css Color HEX #AA9F58 Husk

📋 copy color: '#AA9F58'

red 170 ◦ green 159 ◦ blue 88

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

Shades of Husk #AA9F58

Tints of Husk #AA9F58

RGB

 RED value IS 170 (66.8% from 255) = 40.77%

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

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 40.77%
G = 38.13%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA9F58 (or 0xAA9F58) is known color: Husk. HEX triplet: AA, 9F and 58. RGB value is (170,159,88). Sum of RGB (Red+Green+Blue) = 170+159+88=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F58 is #5560A7. Grayscale: #9A9A9A. Windows color (decimal): -5595304 or 5808042. OLE color: 5808042.

HSL color Cylindrical-coordinate representation of color #AA9F58: hue angle of 51.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA9F58 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 159 88 -
CMYK 0 0.06 0.48 0.33
HSL 51.95º 0.33% 0.51% -
HSV(B) 51.95º 0.48% 0.67% -
XYZ 30.74 34.05 14.18 -
YUV 154.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 170 159 88 0 0.06 0.48 0.33 51.95 0.33 0.51
Hex AA 9F 58 0 6 30 21 34 21 33
Octal 252 237 130 0 6 60 41 64 41 63
Binary 10101010 10011111 1011000 0 110 110000 100001 110100 100001 110011

Color Harmonies of #AA9F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F58

Black with #AA9F58

Text Example


Text Example

White with #AA9F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F58; }

 p { color: rgb(170,159,88); }

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

background-color css

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

 a { background-color: rgb(170,159,88); }

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

border-color css

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

 span { border-color: rgb(170,159,88); }

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