#AFC060

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

Shades of Wild Willow #AFC060

Tints of Wild Willow #AFC060

Color information

#AFC060 (or 0xAFC060) is unknown color: approx Wild Willow. HEX triplet: AF, C0 and 60. RGB value is (175,192,96). Sum of RGB (Red+Green+Blue) = 175+192+96=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC060 is #503F9F. Grayscale: #B0B0B0. Windows color (decimal): -5259168 or 6340783. OLE color: 6340783.

HSL color Cylindrical-coordinate representation of color #AFC060: hue angle of 70.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFC060 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB17519296-
CMYK0.0900.500.25
HSL70.62º43.24%56.47%-
HSV(B)70.62º50%75.29%-
XYZ38.6447.6618.23-
YUV175.9782.87127.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 192 (75.39% from 255) = 41.47%
BLUE value IS 96 (37.89% from 255) = 20.73%
R=37.80%
G=41.47%
B=20.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175192960.0900.500.2570.6243.2456.47
HexAFC060903219472b38
Octal25730014011062311075370
Binary1010111111000000110000010010110010110011000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC060; }

 p { color: rgb(175,192,96); }

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

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

 a { background-color: rgb(175,192,96); }

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

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

 span { border-color: rgb(175,192,96); }

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