Html Css Color HEX #AA9948 Husk

📋 copy color: '#AA9948'

red 170 ◦ green 153 ◦ blue 72

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

Shades of Husk #AA9948

Tints of Husk #AA9948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

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

R = 43.04%
G = 38.73%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA9948 (or 0xAA9948) is known color: Husk. HEX triplet: AA, 99 and 48. RGB value is (170,153,72). Sum of RGB (Red+Green+Blue) = 170+153+72=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9948 is #5566B7. Grayscale: #959595. Windows color (decimal): -5596856 or 4757930. OLE color: 4757930.

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

Color convert

RGB 170 153 72 -
CMYK 0 0.1 0.58 0.33
HSL 49.59º 0.4% 0.47% -
HSV(B) 49.59º 0.58% 0.67% -
XYZ 29.14 31.8 10.73 -
YUV 148.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 170 153 72 0 0.1 0.58 0.33 49.59 0.4 0.47
Hex AA 99 48 0 A 3A 21 32 28 2F
Octal 252 231 110 0 12 72 41 62 50 57
Binary 10101010 10011001 1001000 0 1010 111010 100001 110010 101000 101111

Color Harmonies of #AA9948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9948

Black with #AA9948

Text Example


Text Example

White with #AA9948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9948; }

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

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

background-color css

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

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

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

border-color css

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

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

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