#AFCA61

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

Shades of Wild Willow #AFCA61

Tints of Wild Willow #AFCA61

Color information

#AFCA61 (or 0xAFCA61) is unknown color: approx Wild Willow. HEX triplet: AF, CA and 61. RGB value is (175,202,97). Sum of RGB (Red+Green+Blue) = 175+202+97=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA61 is #50359E. Grayscale: #B6B6B6. Windows color (decimal): -5256607 or 6408879. OLE color: 6408879.

HSL color Cylindrical-coordinate representation of color #AFCA61: hue angle of 75.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFCA61 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB17520297-
CMYK0.1300.520.21
HSL75.43º49.76%58.63%-
HSV(B)75.43º51.98%79.22%-
XYZ40.9652.2219.23-
YUV181.9680.05123.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=36.92%
G=42.62%
B=20.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175202970.1300.520.2175.4349.7658.63
HexAFCA61D034154b323b
Octal25731214115064251136273
Binary1010111111001010110000111010110100101011001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA61; }

 p { color: rgb(175,202,97); }

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

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

 a { background-color: rgb(175,202,97); }

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

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

 span { border-color: rgb(175,202,97); }

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