Html Css Color HEX #AA9747 Husk

📋 copy color: '#AA9747'

red 170 ◦ green 151 ◦ blue 71

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

Shades of Husk #AA9747

Tints of Husk #AA9747

RGB

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

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

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

R = 43.37%
G = 38.52%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA9747 (or 0xAA9747) is known color: Husk. HEX triplet: AA, 97 and 47. RGB value is (170,151,71). Sum of RGB (Red+Green+Blue) = 170+151+71=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9747 is #5568B8. Grayscale: #939393. Windows color (decimal): -5597369 or 4691882. OLE color: 4691882.

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

Color convert

RGB 170 151 71 -
CMYK 0 0.11 0.58 0.33
HSL 48.48º 0.41% 0.47% -
HSV(B) 48.48º 0.58% 0.67% -
XYZ 28.78 31.13 10.45 -
YUV 147.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 170 151 71 0 0.11 0.58 0.33 48.48 0.41 0.47
Hex AA 97 47 0 B 3A 21 30 29 2F
Octal 252 227 107 0 13 72 41 60 51 57
Binary 10101010 10010111 1000111 0 1011 111010 100001 110000 101001 101111

Color Harmonies of #AA9747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9747

Black with #AA9747

Text Example


Text Example

White with #AA9747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9747; }

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

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

background-color css

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

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

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

border-color css

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

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

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