#AFBD7C

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

Shades of Caper #AFBD7C

Tints of Caper #AFBD7C

Color information

#AFBD7C (or 0xAFBD7C) is unknown color: approx Caper. HEX triplet: AF, BD and 7C. RGB value is (175,189,124). Sum of RGB (Red+Green+Blue) = 175+189+124=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD7C is #504283. Grayscale: #B1B1B1. Windows color (decimal): -5259908 or 8175023. OLE color: 8175023.

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

Color convert

RGB175189124-
CMYK0.0700.340.26
HSL72.92º32.99%61.37%-
HSV(B)72.92º34.39%74.12%-
XYZ39.5146.9626.05-
YUV177.497.86126.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=35.86%
G=38.73%
B=25.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891240.0700.340.2672.9232.9961.37
HexAFBD7C70221A49213d
Octal2572751747042321114175
Binary101011111011110111111001110100010110101001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD7C; }

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

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

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

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

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

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

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

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