#AABD68

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

Shades of Wild Willow #AABD68

Tints of Wild Willow #AABD68

Color information

#AABD68 (or 0xAABD68) is unknown color: approx Wild Willow. HEX triplet: AA, BD and 68. RGB value is (170,189,104). Sum of RGB (Red+Green+Blue) = 170+189+104=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD68 is #554297. Grayscale: #ADADAD. Windows color (decimal): -5587608 or 6864298. OLE color: 6864298.

HSL color Cylindrical-coordinate representation of color #AABD68: hue angle of 73.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AABD68 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB170189104-
CMYK0.1000.450.26
HSL73.41º39.17%57.45%-
HSV(B)73.41º44.97%74.12%-
XYZ37.2745.9420-
YUV173.6388.71125.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 104 (41.02% from 255) = 22.46%
R=36.72%
G=40.82%
B=22.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891040.1000.450.2673.4139.1757.45
HexAABD68A02D1A492739
Octal25227515012055321114771
Binary1010101010111101110100010100101101110101001001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD68; }

 p { color: rgb(170,189,104); }

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

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

 a { background-color: rgb(170,189,104); }

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

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

 span { border-color: rgb(170,189,104); }

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