Html Css Color HEX #AA9748 Husk

📋 copy color: '#AA9748'

red 170 ◦ green 151 ◦ blue 72

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

Shades of Husk #AA9748

Tints of Husk #AA9748

RGB

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

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

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

R = 43.26%
G = 38.42%
B = 18.32%

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

#AA9748 (or 0xAA9748) is known color: Husk. HEX triplet: AA, 97 and 48. RGB value is (170,151,72). Sum of RGB (Red+Green+Blue) = 170+151+72=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9748 is #5568B7. Grayscale: #949494. Windows color (decimal): -5597368 or 4757418. OLE color: 4757418.

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

Color convert

RGB 170 151 72 -
CMYK 0 0.11 0.58 0.33
HSL 48.37º 0.4% 0.47% -
HSV(B) 48.37º 0.58% 0.67% -
XYZ 28.81 31.15 10.62 -
YUV 147.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 170 151 72 0 0.11 0.58 0.33 48.37 0.4 0.47
Hex AA 97 48 0 B 3A 21 30 28 2F
Octal 252 227 110 0 13 72 41 60 50 57
Binary 10101010 10010111 1001000 0 1011 111010 100001 110000 101000 101111

Color Harmonies of #AA9748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9748

Black with #AA9748

Text Example


Text Example

White with #AA9748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9748; }

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

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

background-color css

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

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

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

border-color css

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

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

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