#AFBE8E

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

Shades of Caper #AFBE8E

Tints of Caper #AFBE8E

Color information

#AFBE8E (or 0xAFBE8E) is unknown color: approx Caper. HEX triplet: AF, BE and 8E. RGB value is (175,190,142). Sum of RGB (Red+Green+Blue) = 175+190+142=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE8E is #504171. Grayscale: #B4B4B4. Windows color (decimal): -5259634 or 9354927. OLE color: 9354927.

HSL color Cylindrical-coordinate representation of color #AFBE8E: hue angle of 78.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBE8E is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB175190142-
CMYK0.0800.250.25
HSL78.75º26.97%65.1%-
HSV(B)78.75º25.26%74.51%-
XYZ40.9847.8932.68-
YUV180.04106.53124.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=34.52%
G=37.48%
B=28.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901420.0800.250.2578.7526.9765.1
HexAFBE8E8019194f1b41
Octal257276216100313111733101
Binary1010111110111110100011101000011001110011001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE8E; }

 p { color: rgb(175,190,142); }

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

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

 a { background-color: rgb(175,190,142); }

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

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

 span { border-color: rgb(175,190,142); }

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