#AFC163

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

Shades of Wild Willow #AFC163

Tints of Wild Willow #AFC163

Color information

#AFC163 (or 0xAFC163) is unknown color: approx Wild Willow. HEX triplet: AF, C1 and 63. RGB value is (175,193,99). Sum of RGB (Red+Green+Blue) = 175+193+99=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC163 is #503E9C. Grayscale: #B1B1B1. Windows color (decimal): -5258909 or 6537647. OLE color: 6537647.

HSL color Cylindrical-coordinate representation of color #AFC163: hue angle of 71.49º 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 #AFC163 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB17519399-
CMYK0.0900.490.24
HSL71.49º43.12%57.25%-
HSV(B)71.49º48.7%75.69%-
XYZ3948.1519.04-
YUV176.984.04126.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=37.47%
G=41.33%
B=21.20%

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
Decimal175193990.0900.490.2471.4943.1257.25
HexAFC163903118472b39
Octal25730114311061301075371
Binary1010111111000001110001110010110001110001000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC163; }

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

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

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

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

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

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

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

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