#AFBE83

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

Shades of Caper #AFBE83

Tints of Caper #AFBE83

Color information

#AFBE83 (or 0xAFBE83) is unknown color: approx Caper. HEX triplet: AF, BE and 83. RGB value is (175,190,131). Sum of RGB (Red+Green+Blue) = 175+190+131=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE83 is #50417C. Grayscale: #B3B3B3. Windows color (decimal): -5259645 or 8634031. OLE color: 8634031.

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

Color convert

RGB175190131-
CMYK0.0800.310.25
HSL75.25º31.22%62.94%-
HSV(B)75.25º31.05%74.51%-
XYZ40.1947.5828.54-
YUV178.79101.03125.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=35.28%
G=38.31%
B=26.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901310.0800.310.2575.2531.2262.94
HexAFBE83801F194b1f3f
Octal25727620310037311133777
Binary101011111011111010000011100001111111001100101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE83; }

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

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

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

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

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

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

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

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