#AFBD6E

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

Shades of Caper #AFBD6E

Tints of Caper #AFBD6E

Color information

#AFBD6E (or 0xAFBD6E) is unknown color: approx Caper. HEX triplet: AF, BD and 6E. RGB value is (175,189,110). Sum of RGB (Red+Green+Blue) = 175+189+110=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD6E is #504291. Grayscale: #B0B0B0. Windows color (decimal): -5259922 or 7257519. OLE color: 7257519.

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

Color convert

RGB175189110-
CMYK0.0700.420.26
HSL70.63º37.44%58.63%-
HSV(B)70.63º41.8%74.12%-
XYZ38.6946.6321.71-
YUV175.8190.86127.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=36.92%
G=39.87%
B=23.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891100.0700.420.2670.6337.4458.63
HexAFBD6E702A1A47253b
Octal2572751567052321074573
Binary101011111011110111011101110101010110101000111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD6E; }

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

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

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

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

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

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

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

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