#AFBD69

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

Shades of Wild Willow #AFBD69

Tints of Wild Willow #AFBD69

Color information

#AFBD69 (or 0xAFBD69) is unknown color: approx Wild Willow. HEX triplet: AF, BD and 69. RGB value is (175,189,105). Sum of RGB (Red+Green+Blue) = 175+189+105=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD69 is #504296. Grayscale: #AFAFAF. Windows color (decimal): -5259927 or 6929839. OLE color: 6929839.

HSL color Cylindrical-coordinate representation of color #AFBD69: hue angle of 70º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFBD69 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB175189105-
CMYK0.0700.440.26
HSL70º38.89%57.65%-
HSV(B)70º44.44%74.12%-
XYZ38.4346.5320.32-
YUV175.2488.36127.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=37.31%
G=40.30%
B=22.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891050.0700.440.267038.8957.65
HexAFBD69702C1A46273a
Octal2572751517054321064772
Binary101011111011110111010011110101100110101000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD69; }

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

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

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

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

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

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

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

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