#AFBD87

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

Shades of Caper #AFBD87

Tints of Caper #AFBD87

Color information

#AFBD87 (or 0xAFBD87) is unknown color: approx Caper. HEX triplet: AF, BD and 87. RGB value is (175,189,135). Sum of RGB (Red+Green+Blue) = 175+189+135=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD87 is #504278. Grayscale: #B2B2B2. Windows color (decimal): -5259897 or 8895919. OLE color: 8895919.

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

Color convert

RGB175189135-
CMYK0.0700.290.26
HSL75.56º29.03%63.53%-
HSV(B)75.56º28.57%74.12%-
XYZ40.2547.2629.92-
YUV178.66103.36125.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=35.07%
G=37.88%
B=27.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891350.0700.290.2675.5629.0363.53
HexAFBD87701D1A4c1d40
Octal25727520770353211435100
Binary101011111011110110000111111011101110101001100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD87; }

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

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

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

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

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

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

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

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