Html Css Color HEX #AFC160 Wild Willow

📋 copy color: '#AFC160'

red 175 ◦ green 193 ◦ blue 96

#AFC160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #AFC160

Tints of Wild Willow #AFC160

RGB

 RED value IS 175 (68.75% from 255) = 37.72%

 GREEN value IS 193 (75.78% from 255) = 41.59%

 BLUE value IS 96 (37.89% from 255) = 20.69%

R = 37.72%
G = 41.59%
B = 20.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#AFC160 (or 0xAFC160) is known color: Wild Willow. HEX triplet: AF, C1 and 60. RGB value is (175,193,96). Sum of RGB (Red+Green+Blue) = 175+193+96=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC160 is #503E9F. Grayscale: #B0B0B0. Windows color (decimal): -5258912 or 6341039. OLE color: 6341039.

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

Color convert

RGB 175 193 96 -
CMYK 0.09 0 0.50 0.24
HSL 71.13º 0.44% 0.57% -
HSV(B) 71.13º 0.5% 0.76% -
XYZ 38.86 48.1 18.3 -
YUV 176.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 175 193 96 0.09 0 0.50 0.24 71.13 0.44 0.57
Hex AF C1 60 9 0 32 18 47 2C 39
Octal 257 301 140 11 0 62 30 107 54 71
Binary 10101111 11000001 1100000 1001 0 110010 11000 1000111 101100 111001

Color Harmonies of #AFC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC160

Black with #AFC160

Text Example


Text Example

White with #AFC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC160; }

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

 H1.HeaderClassName
 {
   color: #AFC160;
 }
 .AnyTagClassName
 {
   color: #AFC160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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