#A5B87E

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

Shades of Caper #A5B87E

Tints of Caper #A5B87E

Color information

#A5B87E (or 0xA5B87E) is unknown color: approx Caper. HEX triplet: A5, B8 and 7E. RGB value is (165,184,126). Sum of RGB (Red+Green+Blue) = 165+184+126=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B87E is #5A4781. Grayscale: #ABABAB. Windows color (decimal): -5916546 or 8304805. OLE color: 8304805.

HSL color Cylindrical-coordinate representation of color #A5B87E: hue angle of 79.66º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5B87E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB165184126-
CMYK0.1000.320.28
HSL79.66º29%60.78%-
HSV(B)79.66º31.52%72.16%-
XYZ36.4243.7926.27-
YUV171.71102.21123.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=34.74%
G=38.74%
B=26.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651841260.1000.320.2879.662960.78
HexA5B87EA0201C501d3d
Octal24527017612040341203575
Binary101001011011100011111101010010000011100101000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B87E; }

 p { color: rgb(165,184,126); }

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

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

 a { background-color: rgb(165,184,126); }

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

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

 span { border-color: rgb(165,184,126); }

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