Html Css Color HEX #AA984E Husk

📋 copy color: '#AA984E'

red 170 ◦ green 152 ◦ blue 78

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

Shades of Husk #AA984E

Tints of Husk #AA984E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 42.5%
G = 38%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA984E (or 0xAA984E) is known color: Husk. HEX triplet: AA, 98 and 4E. RGB value is (170,152,78). Sum of RGB (Red+Green+Blue) = 170+152+78=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA984E is #5567B1. Grayscale: #959595. Windows color (decimal): -5597106 or 5150890. OLE color: 5150890.

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

Color convert

RGB 170 152 78 -
CMYK 0 0.11 0.54 0.33
HSL 48.26º 0.37% 0.49% -
HSV(B) 48.26º 0.54% 0.67% -
XYZ 29.18 31.55 11.76 -
YUV 148.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 170 152 78 0 0.11 0.54 0.33 48.26 0.37 0.49
Hex AA 98 4E 0 B 36 21 30 25 31
Octal 252 230 116 0 13 66 41 60 45 61
Binary 10101010 10011000 1001110 0 1011 110110 100001 110000 100101 110001

Color Harmonies of #AA984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA984E

Black with #AA984E

Text Example


Text Example

White with #AA984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA984E; }

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

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

background-color css

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

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

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

border-color css

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

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

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