Html Css Color HEX #AA964C Husk

📋 copy color: '#AA964C'

red 170 ◦ green 150 ◦ blue 76

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

Shades of Husk #AA964C

Tints of Husk #AA964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.19%

R = 42.93%
G = 37.88%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA964C (or 0xAA964C) is known color: Husk. HEX triplet: AA, 96 and 4C. RGB value is (170,150,76). Sum of RGB (Red+Green+Blue) = 170+150+76=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA964C is #5569B3. Grayscale: #939393. Windows color (decimal): -5597620 or 5019306. OLE color: 5019306.

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

Color convert

RGB 170 150 76 -
CMYK 0 0.12 0.55 0.33
HSL 47.23º 0.38% 0.48% -
HSV(B) 47.23º 0.55% 0.67% -
XYZ 28.79 30.88 11.28 -
YUV 147.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 170 150 76 0 0.12 0.55 0.33 47.23 0.38 0.48
Hex AA 96 4C 0 C 37 21 2F 26 30
Octal 252 226 114 0 14 67 41 57 46 60
Binary 10101010 10010110 1001100 0 1100 110111 100001 101111 100110 110000

Color Harmonies of #AA964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA964C

Black with #AA964C

Text Example


Text Example

White with #AA964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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