#AAC067

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

Shades of Wild Willow #AAC067

Tints of Wild Willow #AAC067

Color information

#AAC067 (or 0xAAC067) is unknown color: approx Wild Willow. HEX triplet: AA, C0 and 67. RGB value is (170,192,103). Sum of RGB (Red+Green+Blue) = 170+192+103=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC067 is #553F98. Grayscale: #AFAFAF. Windows color (decimal): -5586841 or 6799530. OLE color: 6799530.

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

Color convert

RGB170192103-
CMYK0.1100.460.25
HSL74.83º41.4%57.84%-
HSV(B)74.83º46.35%75.29%-
XYZ37.8847.2219.95-
YUV175.2887.21124.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 103 (40.62% from 255) = 22.15%
R=36.56%
G=41.29%
B=22.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921030.1100.460.2574.8341.457.84
HexAAC067B02E194b293a
Octal25230014713056311135172
Binary1010101011000000110011110110101110110011001011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC067; }

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

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

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

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

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

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

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

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