#AFBE69

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

Shades of Wild Willow #AFBE69

Tints of Wild Willow #AFBE69

Color information

#AFBE69 (or 0xAFBE69) is unknown color: approx Wild Willow. HEX triplet: AF, BE and 69. RGB value is (175,190,105). Sum of RGB (Red+Green+Blue) = 175+190+105=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE69 is #504196. Grayscale: #B0B0B0. Windows color (decimal): -5259671 or 6930095. OLE color: 6930095.

HSL color Cylindrical-coordinate representation of color #AFBE69: hue angle of 70.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFBE69 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB175190105-
CMYK0.0800.450.25
HSL70.59º39.53%57.84%-
HSV(B)70.59º44.74%74.51%-
XYZ38.6446.9620.39-
YUV175.8288.03127.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=37.23%
G=40.43%
B=22.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901050.0800.450.2570.5939.5357.84
HexAFBE69802D1947283a
Octal25727615110055311075072
Binary1010111110111110110100110000101101110011000111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE69; }

 p { color: rgb(175,190,105); }

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

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

 a { background-color: rgb(175,190,105); }

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

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

 span { border-color: rgb(175,190,105); }

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