#AFBE91

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

Shades of Caper #AFBE91

Tints of Caper #AFBE91

Color information

#AFBE91 (or 0xAFBE91) is unknown color: approx Caper. HEX triplet: AF, BE and 91. RGB value is (175,190,145). Sum of RGB (Red+Green+Blue) = 175+190+145=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE91 is #50416E. Grayscale: #B4B4B4. Windows color (decimal): -5259631 or 9551535. OLE color: 9551535.

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

Color convert

RGB175190145-
CMYK0.0800.240.25
HSL80º25.71%65.69%-
HSV(B)80º23.68%74.51%-
XYZ41.247.9933.88-
YUV180.38108.03124.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=34.31%
G=37.25%
B=28.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901450.0800.240.258025.7165.69
HexAFBE91801819501a42
Octal257276221100303112032102
Binary1010111110111110100100011000011000110011010000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE91; }

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

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

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

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

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

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

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

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