#AFB87B

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

Shades of Caper #AFB87B

Tints of Caper #AFB87B

Color information

#AFB87B (or 0xAFB87B) is unknown color: approx Caper. HEX triplet: AF, B8 and 7B. RGB value is (175,184,123). Sum of RGB (Red+Green+Blue) = 175+184+123=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB87B is #504784. Grayscale: #AEAEAE. Windows color (decimal): -5261189 or 8108207. OLE color: 8108207.

HSL color Cylindrical-coordinate representation of color #AFB87B: hue angle of 68.85º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFB87B is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB175184123-
CMYK0.0500.330.28
HSL68.85º30.05%60.2%-
HSV(B)68.85º33.15%72.16%-
XYZ38.3944.8325.37-
YUV174.3699.02128.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 123 (48.44% from 255) = 25.52%
R=36.31%
G=38.17%
B=25.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841230.0500.330.2868.8530.0560.2
HexAFB87B50211C451e3c
Octal2572701735041341053674
Binary10101111101110001111011101010000111100100010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB87B; }

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

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

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

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

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

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

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

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