#AFBB83

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

Shades of Caper #AFBB83

Tints of Caper #AFBB83

Color information

#AFBB83 (or 0xAFBB83) is unknown color: approx Caper. HEX triplet: AF, BB and 83. RGB value is (175,187,131). Sum of RGB (Red+Green+Blue) = 175+187+131=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB83 is #50447C. Grayscale: #B1B1B1. Windows color (decimal): -5260413 or 8633263. OLE color: 8633263.

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

Color convert

RGB175187131-
CMYK0.0600.300.27
HSL72.86º29.17%62.35%-
HSV(B)72.86º29.95%73.33%-
XYZ39.5546.2928.32-
YUV177.03102.02126.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=35.50%
G=37.93%
B=26.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871310.0600.300.2772.8629.1762.35
HexAFBB83601E1B491d3e
Octal2572732036036331113576
Binary10101111101110111000001111001111011011100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB83; }

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

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

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

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

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

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

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

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