Html Css Color HEX #AA964A Husk

📋 copy color: '#AA964A'

red 170 ◦ green 150 ◦ blue 74

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

Shades of Husk #AA964A

Tints of Husk #AA964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 43.15%
G = 38.07%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA964A (or 0xAA964A) is known color: Husk. HEX triplet: AA, 96 and 4A. RGB value is (170,150,74). Sum of RGB (Red+Green+Blue) = 170+150+74=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA964A is #5569B5. Grayscale: #939393. Windows color (decimal): -5597622 or 4888234. OLE color: 4888234.

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

Color convert

RGB 170 150 74 -
CMYK 0 0.12 0.56 0.33
HSL 47.5º 0.39% 0.48% -
HSV(B) 47.5º 0.56% 0.67% -
XYZ 28.72 30.85 10.92 -
YUV 147.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 170 150 74 0 0.12 0.56 0.33 47.5 0.39 0.48
Hex AA 96 4A 0 C 38 21 30 27 30
Octal 252 226 112 0 14 70 41 60 47 60
Binary 10101010 10010110 1001010 0 1100 111000 100001 110000 100111 110000

Color Harmonies of #AA964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA964A

Black with #AA964A

Text Example


Text Example

White with #AA964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA964A; }

 p { color: rgb(170,150,74); }

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

background-color css

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

 a { background-color: rgb(170,150,74); }

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

border-color css

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

 span { border-color: rgb(170,150,74); }

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