#AFC585

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

Shades of Caper #AFC585

Tints of Caper #AFC585

Color information

#AFC585 (or 0xAFC585) is unknown color: approx Caper. HEX triplet: AF, C5 and 85. RGB value is (175,197,133). Sum of RGB (Red+Green+Blue) = 175+197+133=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC585 is #503A7A. Grayscale: #B7B7B7. Windows color (decimal): -5257851 or 8766895. OLE color: 8766895.

HSL color Cylindrical-coordinate representation of color #AFC585: hue angle of 80.62º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC585 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB175197133-
CMYK0.1100.320.23
HSL80.62º35.56%64.71%-
HSV(B)80.62º32.49%77.25%-
XYZ41.8850.7429.78-
YUV183.1399.71122.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 197 (77.34% from 255) = 39.01%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=34.65%
G=39.01%
B=26.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971330.1100.320.2380.6235.5664.71
HexAFC585B02017512441
Octal257305205130402712144101
Binary101011111100010110000101101101000001011110100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC585; }

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

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

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

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

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

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

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

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