#AFBE8C

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

Shades of Caper #AFBE8C

Tints of Caper #AFBE8C

Color information

#AFBE8C (or 0xAFBE8C) is unknown color: approx Caper. HEX triplet: AF, BE and 8C. RGB value is (175,190,140). Sum of RGB (Red+Green+Blue) = 175+190+140=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE8C is #504173. Grayscale: #B4B4B4. Windows color (decimal): -5259636 or 9223855. OLE color: 9223855.

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

Color convert

RGB175190140-
CMYK0.0800.260.25
HSL78º27.78%64.71%-
HSV(B)78º26.32%74.51%-
XYZ40.8347.8331.89-
YUV179.82105.53124.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=34.65%
G=37.62%
B=27.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901400.0800.260.257827.7864.71
HexAFBE8C801A194e1c41
Octal257276214100323111634101
Binary1010111110111110100011001000011010110011001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE8C; }

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

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

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

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

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

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

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

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