Html Css Color HEX #AA974C Husk

📋 copy color: '#AA974C'

red 170 ◦ green 151 ◦ blue 76

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

Shades of Husk #AA974C

Tints of Husk #AA974C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

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

R = 42.82%
G = 38.04%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA974C (or 0xAA974C) is known color: Husk. HEX triplet: AA, 97 and 4C. RGB value is (170,151,76). Sum of RGB (Red+Green+Blue) = 170+151+76=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA974C is #5568B3. Grayscale: #949494. Windows color (decimal): -5597364 or 5019562. OLE color: 5019562.

HSL color Cylindrical-coordinate representation of color #AA974C: hue angle of 47.87º 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 #AA974C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 151 76 -
CMYK 0 0.11 0.55 0.33
HSL 47.87º 0.38% 0.48% -
HSV(B) 47.87º 0.55% 0.67% -
XYZ 28.95 31.2 11.33 -
YUV 148.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 170 151 76 0 0.11 0.55 0.33 47.87 0.38 0.48
Hex AA 97 4C 0 B 37 21 30 26 30
Octal 252 227 114 0 13 67 41 60 46 60
Binary 10101010 10010111 1001100 0 1011 110111 100001 110000 100110 110000

Color Harmonies of #AA974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA974C

Black with #AA974C

Text Example


Text Example

White with #AA974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA974C; }

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

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

background-color css

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

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

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

border-color css

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

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

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