#AFBE81

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

Shades of Caper #AFBE81

Tints of Caper #AFBE81

Color information

#AFBE81 (or 0xAFBE81) is unknown color: approx Caper. HEX triplet: AF, BE and 81. RGB value is (175,190,129). Sum of RGB (Red+Green+Blue) = 175+190+129=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE81 is #50417E. Grayscale: #B2B2B2. Windows color (decimal): -5259647 or 8502959. OLE color: 8502959.

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

Color convert

RGB175190129-
CMYK0.0800.320.25
HSL74.75º31.94%62.55%-
HSV(B)74.75º32.11%74.51%-
XYZ40.0647.5327.83-
YUV178.56100.03125.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=35.43%
G=38.46%
B=26.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901290.0800.320.2574.7531.9462.55
HexAFBE818020194b203f
Octal25727620110040311134077
Binary10101111101111101000000110000100000110011001011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE81; }

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

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

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

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

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

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

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

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