#AFC663

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

Shades of Wild Willow #AFC663

Tints of Wild Willow #AFC663

Color information

#AFC663 (or 0xAFC663) is unknown color: approx Wild Willow. HEX triplet: AF, C6 and 63. RGB value is (175,198,99). Sum of RGB (Red+Green+Blue) = 175+198+99=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC663 is #50399C. Grayscale: #B4B4B4. Windows color (decimal): -5257629 or 6538927. OLE color: 6538927.

HSL color Cylindrical-coordinate representation of color #AFC663: hue angle of 73.94º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC663 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB17519899-
CMYK0.1200.500.22
HSL73.94º46.48%58.24%-
HSV(B)73.94º50%77.65%-
XYZ40.1350.419.42-
YUV179.8482.38124.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 99 (39.06% from 255) = 20.97%
R=37.08%
G=41.95%
B=20.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175198990.1200.500.2273.9446.4858.24
HexAFC663C032164a2e3a
Octal25730614314062261125672
Binary1010111111000110110001111000110010101101001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC663; }

 p { color: rgb(175,198,99); }

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

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

 a { background-color: rgb(175,198,99); }

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

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

 span { border-color: rgb(175,198,99); }

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