Html Css Color HEX #AA9752 Husk

📋 copy color: '#AA9752'

red 170 ◦ green 151 ◦ blue 82

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

Shades of Husk #AA9752

Tints of Husk #AA9752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.35%

R = 42.18%
G = 37.47%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA9752 (or 0xAA9752) is known color: Husk. HEX triplet: AA, 97 and 52. RGB value is (170,151,82). Sum of RGB (Red+Green+Blue) = 170+151+82=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9752 is #5568AD. Grayscale: #959595. Windows color (decimal): -5597358 or 5412778. OLE color: 5412778.

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

Color convert

RGB 170 151 82 -
CMYK 0 0.11 0.52 0.33
HSL 47.05º 0.35% 0.49% -
HSV(B) 47.05º 0.52% 0.67% -
XYZ 29.17 31.29 12.48 -
YUV 148.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 170 151 82 0 0.11 0.52 0.33 47.05 0.35 0.49
Hex AA 97 52 0 B 34 21 2F 23 31
Octal 252 227 122 0 13 64 41 57 43 61
Binary 10101010 10010111 1010010 0 1011 110100 100001 101111 100011 110001

Color Harmonies of #AA9752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9752

Black with #AA9752

Text Example


Text Example

White with #AA9752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9752; }

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

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

background-color css

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

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

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

border-color css

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

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

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