Html Css Color HEX #AA9650 Husk

📋 copy color: '#AA9650'

red 170 ◦ green 150 ◦ blue 80

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

Shades of Husk #AA9650

Tints of Husk #AA9650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20%

R = 42.5%
G = 37.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA9650 (or 0xAA9650) is known color: Husk. HEX triplet: AA, 96 and 50. RGB value is (170,150,80). Sum of RGB (Red+Green+Blue) = 170+150+80=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9650 is #5569AF. Grayscale: #949494. Windows color (decimal): -5597616 or 5281450. OLE color: 5281450.

HSL color Cylindrical-coordinate representation of color #AA9650: hue angle of 46.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA9650 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 150 80 -
CMYK 0 0.12 0.53 0.33
HSL 46.67º 0.36% 0.49% -
HSV(B) 46.67º 0.53% 0.67% -
XYZ 28.93 30.94 12.04 -
YUV 148 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 170 150 80 0 0.12 0.53 0.33 46.67 0.36 0.49
Hex AA 96 50 0 C 35 21 2F 24 31
Octal 252 226 120 0 14 65 41 57 44 61
Binary 10101010 10010110 1010000 0 1100 110101 100001 101111 100100 110001

Color Harmonies of #AA9650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9650

Black with #AA9650

Text Example


Text Example

White with #AA9650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9650; }

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

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

background-color css

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

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

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

border-color css

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

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

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