Html Css Color HEX #AAC063 Wild Willow

📋 copy color: '#AAC063'

red 170 ◦ green 192 ◦ blue 99

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

Shades of Wild Willow #AAC063

Tints of Wild Willow #AAC063

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

 BLUE value IS 99 (39.06% from 255) = 21.48%

R = 36.88%
G = 41.65%
B = 21.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#AAC063 (or 0xAAC063) is known color: Wild Willow. HEX triplet: AA, C0 and 63. RGB value is (170,192,99). Sum of RGB (Red+Green+Blue) = 170+192+99=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC063 is #553F9C. Grayscale: #AFAFAF. Windows color (decimal): -5586845 or 6537386. OLE color: 6537386.

HSL color Cylindrical-coordinate representation of color #AAC063: hue angle of 74.19º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAC063 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 99 -
CMYK 0.11 0 0.48 0.25
HSL 74.19º 0.42% 0.57% -
HSV(B) 74.19º 0.48% 0.75% -
XYZ 37.68 47.15 18.92 -
YUV 174.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 170 192 99 0.11 0 0.48 0.25 74.19 0.42 0.57
Hex AA C0 63 B 0 30 19 4A 2A 39
Octal 252 300 143 13 0 60 31 112 52 71
Binary 10101010 11000000 1100011 1011 0 110000 11001 1001010 101010 111001

Color Harmonies of #AAC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC063

Black with #AAC063

Text Example


Text Example

White with #AAC063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC063; }

 p { color: rgb(170,192,99); }

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

background-color css

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

 a { background-color: rgb(170,192,99); }

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

border-color css

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

 span { border-color: rgb(170,192,99); }

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