#AAC762

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

Shades of Wild Willow #AAC762

Tints of Wild Willow #AAC762

Color information

#AAC762 (or 0xAAC762) is unknown color: approx Wild Willow. HEX triplet: AA, C7 and 62. RGB value is (170,199,98). Sum of RGB (Red+Green+Blue) = 170+199+98=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC762 is #55389D. Grayscale: #B3B3B3. Windows color (decimal): -5585054 or 6473642. OLE color: 6473642.

HSL color Cylindrical-coordinate representation of color #AAC762: hue angle of 77.23º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAC762 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB17019998-
CMYK0.1500.510.22
HSL77.23º47.42%58.24%-
HSV(B)77.23º50.75%78.04%-
XYZ39.2150.2719.19-
YUV178.8182.39121.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 98 (38.67% from 255) = 20.99%
R=36.40%
G=42.61%
B=20.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170199980.1500.510.2277.2347.4258.24
HexAAC762F033164d2f3a
Octal25230714217063261155772
Binary1010101011000111110001011110110011101101001101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC762; }

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

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

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

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

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

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

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

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