Html Css Color HEX #AA9648 Husk

📋 copy color: '#AA9648'

red 170 ◦ green 150 ◦ blue 72

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

Shades of Husk #AA9648

Tints of Husk #AA9648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 43.37%
G = 38.27%
B = 18.37%

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

#AA9648 (or 0xAA9648) is known color: Husk. HEX triplet: AA, 96 and 48. RGB value is (170,150,72). Sum of RGB (Red+Green+Blue) = 170+150+72=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9648 is #5569B7. Grayscale: #939393. Windows color (decimal): -5597624 or 4757162. OLE color: 4757162.

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

Color convert

RGB 170 150 72 -
CMYK 0 0.12 0.58 0.33
HSL 47.76º 0.4% 0.47% -
HSV(B) 47.76º 0.58% 0.67% -
XYZ 28.65 30.83 10.57 -
YUV 147.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 170 150 72 0 0.12 0.58 0.33 47.76 0.4 0.47
Hex AA 96 48 0 C 3A 21 30 28 2F
Octal 252 226 110 0 14 72 41 60 50 57
Binary 10101010 10010110 1001000 0 1100 111010 100001 110000 101000 101111

Color Harmonies of #AA9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9648

Black with #AA9648

Text Example


Text Example

White with #AA9648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9648; }

 p { color: rgb(170,150,72); }

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

background-color css

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

 a { background-color: rgb(170,150,72); }

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

border-color css

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

 span { border-color: rgb(170,150,72); }

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