Html Css Color HEX #AAC164 Wild Willow

📋 copy color: '#AAC164'

red 170 ◦ green 193 ◦ blue 100

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

Shades of Wild Willow #AAC164

Tints of Wild Willow #AAC164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.68%

 BLUE value IS 100 (39.45% from 255) = 21.6%

R = 36.72%
G = 41.68%
B = 21.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#AAC164 (or 0xAAC164) is known color: Wild Willow. HEX triplet: AA, C1 and 64. RGB value is (170,193,100). Sum of RGB (Red+Green+Blue) = 170+193+100=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC164 is #553E9B. Grayscale: #AFAFAF. Windows color (decimal): -5586588 or 6603178. OLE color: 6603178.

HSL color Cylindrical-coordinate representation of color #AAC164: hue angle of 74.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAC164 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 100 -
CMYK 0.12 0 0.48 0.24
HSL 74.84º 0.43% 0.57% -
HSV(B) 74.84º 0.48% 0.76% -
XYZ 37.95 47.61 19.25 -
YUV 175.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 170 193 100 0.12 0 0.48 0.24 74.84 0.43 0.57
Hex AA C1 64 C 0 30 18 4B 2B 39
Octal 252 301 144 14 0 60 30 113 53 71
Binary 10101010 11000001 1100100 1100 0 110000 11000 1001011 101011 111001

Color Harmonies of #AAC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC164

Black with #AAC164

Text Example


Text Example

White with #AAC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC164; }

 p { color: rgb(170,193,100); }

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

background-color css

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

 a { background-color: rgb(170,193,100); }

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

border-color css

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

 span { border-color: rgb(170,193,100); }

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