#AFC162

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

Shades of Wild Willow #AFC162

Tints of Wild Willow #AFC162

Color information

#AFC162 (or 0xAFC162) is unknown color: approx Wild Willow. HEX triplet: AF, C1 and 62. RGB value is (175,193,98). Sum of RGB (Red+Green+Blue) = 175+193+98=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC162 is #503E9D. Grayscale: #B1B1B1. Windows color (decimal): -5258910 or 6472111. OLE color: 6472111.

HSL color Cylindrical-coordinate representation of color #AFC162: hue angle of 71.37º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFC162 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB17519398-
CMYK0.0900.490.24
HSL71.37º43.38%57.06%-
HSV(B)71.37º49.22%75.69%-
XYZ38.9548.1418.79-
YUV176.7983.54126.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=37.55%
G=41.42%
B=21.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175193980.0900.490.2471.3743.3857.06
HexAFC162903118472b39
Octal25730114211061301075371
Binary1010111111000001110001010010110001110001000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC162; }

 p { color: rgb(175,193,98); }

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

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

 a { background-color: rgb(175,193,98); }

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

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

 span { border-color: rgb(175,193,98); }

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