#AAC262

Color #AAC262 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AAC262

Tints of Wild Willow #AAC262

Color information

#AAC262 (or 0xAAC262) is unknown color: approx Wild Willow. HEX triplet: AA, C2 and 62. RGB value is (170,194,98). Sum of RGB (Red+Green+Blue) = 170+194+98=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC262 is #553D9D. Grayscale: #B0B0B0. Windows color (decimal): -5586334 or 6472362. OLE color: 6472362.

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

Color convert

RGB17019498-
CMYK0.1200.490.24
HSL75º44.04%57.25%-
HSV(B)75º49.48%76.08%-
XYZ38.0748.0118.82-
YUV175.8884.05123.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 194 (76.17% from 255) = 41.99%
BLUE value IS 98 (38.67% from 255) = 21.21%
R=36.80%
G=41.99%
B=21.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170194980.1200.490.247544.0457.25
HexAAC262C031184b2c39
Octal25230214214061301135471
Binary1010101011000010110001011000110001110001001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC262; }

 p { color: rgb(170,194,98); }

 H1.HeaderClassName
 {
   color: #AAC262;
 }
 .AnyTagClassName
 {
   color: #AAC262;
 }
</style>
background-color css

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

 a { background-color: rgb(170,194,98); }

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

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

 span { border-color: rgb(170,194,98); }

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