Html Css Color HEX #AA9C4D Husk

📋 copy color: '#AA9C4D'

red 170 ◦ green 156 ◦ blue 77

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

Shades of Husk #AA9C4D

Tints of Husk #AA9C4D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.71%

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 42.18%
G = 38.71%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA9C4D (or 0xAA9C4D) is known color: Husk. HEX triplet: AA, 9C and 4D. RGB value is (170,156,77). Sum of RGB (Red+Green+Blue) = 170+156+77=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C4D is #5563B2. Grayscale: #979797. Windows color (decimal): -5596083 or 5086378. OLE color: 5086378.

HSL color Cylindrical-coordinate representation of color #AA9C4D: hue angle of 50.97º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA9C4D is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 156 77 -
CMYK 0 0.08 0.55 0.33
HSL 50.97º 0.38% 0.48% -
HSV(B) 50.97º 0.55% 0.67% -
XYZ 29.81 32.86 11.79 -
YUV 151.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 170 156 77 0 0.08 0.55 0.33 50.97 0.38 0.48
Hex AA 9C 4D 0 8 37 21 33 26 30
Octal 252 234 115 0 10 67 41 63 46 60
Binary 10101010 10011100 1001101 0 1000 110111 100001 110011 100110 110000

Color Harmonies of #AA9C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C4D

Black with #AA9C4D

Text Example


Text Example

White with #AA9C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C4D; }

 p { color: rgb(170,156,77); }

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

background-color css

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

 a { background-color: rgb(170,156,77); }

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

border-color css

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

 span { border-color: rgb(170,156,77); }

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