#AFBB81

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

Shades of Caper #AFBB81

Tints of Caper #AFBB81

Color information

#AFBB81 (or 0xAFBB81) is unknown color: approx Caper. HEX triplet: AF, BB and 81. RGB value is (175,187,129). Sum of RGB (Red+Green+Blue) = 175+187+129=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB81 is #50447E. Grayscale: #B1B1B1. Windows color (decimal): -5260415 or 8502191. OLE color: 8502191.

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

Color convert

RGB175187129-
CMYK0.0600.310.27
HSL72.41º29.9%61.96%-
HSV(B)72.41º31.02%73.33%-
XYZ39.4146.2427.62-
YUV176.8101.02126.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=35.64%
G=38.09%
B=26.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871290.0600.310.2772.4129.961.96
HexAFBB81601F1B481e3e
Octal2572732016037331103676
Binary10101111101110111000000111001111111011100100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB81; }

 p { color: rgb(175,187,129); }

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

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

 a { background-color: rgb(175,187,129); }

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

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

 span { border-color: rgb(175,187,129); }

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