Html Css Color HEX #AA9452 Husk

📋 copy color: '#AA9452'

red 170 ◦ green 148 ◦ blue 82

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

Shades of Husk #AA9452

Tints of Husk #AA9452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 42.5%
G = 37%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA9452 (or 0xAA9452) is known color: Husk. HEX triplet: AA, 94 and 52. RGB value is (170,148,82). Sum of RGB (Red+Green+Blue) = 170+148+82=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9452 is #556BAD. Grayscale: #939393. Windows color (decimal): -5598126 or 5412010. OLE color: 5412010.

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

Color convert

RGB 170 148 82 -
CMYK 0 0.13 0.52 0.33
HSL 45º 0.35% 0.49% -
HSV(B) 45º 0.52% 0.67% -
XYZ 28.69 30.34 12.33 -
YUV 147.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 170 148 82 0 0.13 0.52 0.33 45 0.35 0.49
Hex AA 94 52 0 D 34 21 2D 23 31
Octal 252 224 122 0 15 64 41 55 43 61
Binary 10101010 10010100 1010010 0 1101 110100 100001 101101 100011 110001

Color Harmonies of #AA9452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9452

Black with #AA9452

Text Example


Text Example

White with #AA9452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9452; }

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

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

background-color css

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

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

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

border-color css

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

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

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