#AFBA8B

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

Shades of Caper #AFBA8B

Tints of Caper #AFBA8B

Color information

#AFBA8B (or 0xAFBA8B) is unknown color: approx Caper. HEX triplet: AF, BA and 8B. RGB value is (175,186,139). Sum of RGB (Red+Green+Blue) = 175+186+139=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA8B is #504574. Grayscale: #B1B1B1. Windows color (decimal): -5260661 or 9157295. OLE color: 9157295.

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

Color convert

RGB175186139-
CMYK0.0600.250.27
HSL74.04º25.41%63.73%-
HSV(B)74.04º25.27%72.94%-
XYZ39.946.131.22-
YUV177.35106.36126.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=35%
G=37.2%
B=27.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861390.0600.250.2774.0425.4163.73
HexAFBA8B60191B4a1940
Octal25727221360313311231100
Binary101011111011101010001011110011001110111001010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA8B; }

 p { color: rgb(175,186,139); }

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

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

 a { background-color: rgb(175,186,139); }

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

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

 span { border-color: rgb(175,186,139); }

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