Html Css Color HEX #AA9751 Husk

📋 copy color: '#AA9751'

red 170 ◦ green 151 ◦ blue 81

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

Shades of Husk #AA9751

Tints of Husk #AA9751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.15%

R = 42.29%
G = 37.56%
B = 20.15%

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

#AA9751 (or 0xAA9751) is known color: Husk. HEX triplet: AA, 97 and 51. RGB value is (170,151,81). Sum of RGB (Red+Green+Blue) = 170+151+81=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9751 is #5568AE. Grayscale: #949494. Windows color (decimal): -5597359 or 5347242. OLE color: 5347242.

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

Color convert

RGB 170 151 81 -
CMYK 0 0.11 0.52 0.33
HSL 47.19º 0.35% 0.49% -
HSV(B) 47.19º 0.52% 0.67% -
XYZ 29.13 31.27 12.29 -
YUV 148.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 170 151 81 0 0.11 0.52 0.33 47.19 0.35 0.49
Hex AA 97 51 0 B 34 21 2F 23 31
Octal 252 227 121 0 13 64 41 57 43 61
Binary 10101010 10010111 1010001 0 1011 110100 100001 101111 100011 110001

Color Harmonies of #AA9751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9751

Black with #AA9751

Text Example


Text Example

White with #AA9751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9751; }

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

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

background-color css

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

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

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

border-color css

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

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

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