Html Css Color HEX #AA9854 Husk

📋 copy color: '#AA9854'

red 170 ◦ green 152 ◦ blue 84

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

Shades of Husk #AA9854

Tints of Husk #AA9854

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

 BLUE value IS 84 (33.2% from 255) = 20.69%

R = 41.87%
G = 37.44%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA9854 (or 0xAA9854) is known color: Husk. HEX triplet: AA, 98 and 54. RGB value is (170,152,84). Sum of RGB (Red+Green+Blue) = 170+152+84=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9854 is #5567AB. Grayscale: #959595. Windows color (decimal): -5597100 or 5544106. OLE color: 5544106.

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

Color convert

RGB 170 152 84 -
CMYK 0 0.11 0.51 0.33
HSL 47.44º 0.34% 0.5% -
HSV(B) 47.44º 0.51% 0.67% -
XYZ 29.41 31.64 12.95 -
YUV 149.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 170 152 84 0 0.11 0.51 0.33 47.44 0.34 0.5
Hex AA 98 54 0 B 33 21 2F 22 32
Octal 252 230 124 0 13 63 41 57 42 62
Binary 10101010 10011000 1010100 0 1011 110011 100001 101111 100010 110010

Color Harmonies of #AA9854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9854

Black with #AA9854

Text Example


Text Example

White with #AA9854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9854; }

 p { color: rgb(170,152,84); }

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

background-color css

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

 a { background-color: rgb(170,152,84); }

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

border-color css

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

 span { border-color: rgb(170,152,84); }

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