#AFB88A

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

Shades of Caper #AFB88A

Tints of Caper #AFB88A

Color information

#AFB88A (or 0xAFB88A) is unknown color: approx Caper. HEX triplet: AF, B8 and 8A. RGB value is (175,184,138). Sum of RGB (Red+Green+Blue) = 175+184+138=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB88A is #504775. Grayscale: #B0B0B0. Windows color (decimal): -5261174 or 9091247. OLE color: 9091247.

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

Color convert

RGB175184138-
CMYK0.0500.250.28
HSL71.74º24.47%63.14%-
HSV(B)71.74º25%72.16%-
XYZ39.4145.2330.7-
YUV176.06106.52127.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=35.21%
G=37.02%
B=27.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841380.0500.250.2871.7424.4763.14
HexAFB88A50191C48183f
Octal2572702125031341103077
Binary10101111101110001000101010101100111100100100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB88A; }

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

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

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

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

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

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

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

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