#AFBD7B

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

Shades of Caper #AFBD7B

Tints of Caper #AFBD7B

Color information

#AFBD7B (or 0xAFBD7B) is unknown color: approx Caper. HEX triplet: AF, BD and 7B. RGB value is (175,189,123). Sum of RGB (Red+Green+Blue) = 175+189+123=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBD7B is #504284. Grayscale: #B1B1B1. Windows color (decimal): -5259909 or 8109487. OLE color: 8109487.

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

Color convert

RGB175189123-
CMYK0.0700.350.26
HSL72.73º33.33%61.18%-
HSV(B)72.73º34.92%74.12%-
XYZ39.4546.9425.72-
YUV177.2997.36126.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 123 (48.44% from 255) = 25.26%
R=35.93%
G=38.81%
B=25.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891230.0700.350.2672.7333.3361.18
HexAFBD7B70231A49213d
Octal2572751737043321114175
Binary101011111011110111110111110100011110101001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD7B; }

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

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

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

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

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

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

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

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