#AFBE85

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

Shades of Caper #AFBE85

Tints of Caper #AFBE85

Color information

#AFBE85 (or 0xAFBE85) is unknown color: approx Caper. HEX triplet: AF, BE and 85. RGB value is (175,190,133). Sum of RGB (Red+Green+Blue) = 175+190+133=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE85 is #50417A. Grayscale: #B3B3B3. Windows color (decimal): -5259643 or 8765103. OLE color: 8765103.

HSL color Cylindrical-coordinate representation of color #AFBE85: hue angle of 75.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFBE85 is Cyan = 0.08, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB175190133-
CMYK0.0800.30.25
HSL75.79º30.48%63.33%-
HSV(B)75.79º30%74.51%-
XYZ40.3347.6329.26-
YUV179.02102.03125.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=35.14%
G=38.15%
B=26.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901330.0800.30.2575.7930.4863.33
HexAFBE85801E194c1e3f
Octal25727620510036311143677
Binary101011111011111010000101100001111011001100110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE85; }

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

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

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

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

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

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

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

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