#AFBB85

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

Shades of Caper #AFBB85

Tints of Caper #AFBB85

Color information

#AFBB85 (or 0xAFBB85) is unknown color: approx Caper. HEX triplet: AF, BB and 85. RGB value is (175,187,133). Sum of RGB (Red+Green+Blue) = 175+187+133=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB85 is #50447A. Grayscale: #B1B1B1. Windows color (decimal): -5260411 or 8764335. OLE color: 8764335.

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

Color convert

RGB175187133-
CMYK0.0600.290.27
HSL73.33º28.42%62.75%-
HSV(B)73.33º28.88%73.33%-
XYZ39.6846.3529.04-
YUV177.26103.02126.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=35.35%
G=37.78%
B=26.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871330.0600.290.2773.3328.4262.75
HexAFBB85601D1B491c3f
Octal2572732056035331113477
Binary10101111101110111000010111001110111011100100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB85; }

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

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

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

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

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

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

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

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