Html Css Color HEX #AA9547 Husk

📋 copy color: '#AA9547'

red 170 ◦ green 149 ◦ blue 71

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

Shades of Husk #AA9547

Tints of Husk #AA9547

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 71 (28.13% from 255) = 18.21%

R = 43.59%
G = 38.21%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA9547 (or 0xAA9547) is known color: Husk. HEX triplet: AA, 95 and 47. RGB value is (170,149,71). Sum of RGB (Red+Green+Blue) = 170+149+71=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9547 is #556AB8. Grayscale: #929292. Windows color (decimal): -5597881 or 4691370. OLE color: 4691370.

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

Color convert

RGB 170 149 71 -
CMYK 0 0.12 0.58 0.33
HSL 47.27º 0.41% 0.47% -
HSV(B) 47.27º 0.58% 0.67% -
XYZ 28.46 30.5 10.35 -
YUV 146.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 170 149 71 0 0.12 0.58 0.33 47.27 0.41 0.47
Hex AA 95 47 0 C 3A 21 2F 29 2F
Octal 252 225 107 0 14 72 41 57 51 57
Binary 10101010 10010101 1000111 0 1100 111010 100001 101111 101001 101111

Color Harmonies of #AA9547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9547

Black with #AA9547

Text Example


Text Example

White with #AA9547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9547; }

 p { color: rgb(170,149,71); }

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

background-color css

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

 a { background-color: rgb(170,149,71); }

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

border-color css

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

 span { border-color: rgb(170,149,71); }

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