#A5B47F

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

Shades of Caper #A5B47F

Tints of Caper #A5B47F

Color information

#A5B47F (or 0xA5B47F) is unknown color: approx Caper. HEX triplet: A5, B4 and 7F. RGB value is (165,180,127). Sum of RGB (Red+Green+Blue) = 165+180+127=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B47F is #5A4B80. Grayscale: #A9A9A9. Windows color (decimal): -5917569 or 8369317. OLE color: 8369317.

HSL color Cylindrical-coordinate representation of color #A5B47F: hue angle of 76.98º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5B47F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB165180127-
CMYK0.0800.290.29
HSL76.98º26.11%60.2%-
HSV(B)76.98º29.44%70.59%-
XYZ35.6742.1726.34-
YUV169.47104.03124.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 127 (50% from 255) = 26.91%
R=34.96%
G=38.14%
B=26.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651801270.0800.290.2976.9826.1160.2
HexA5B47F801D1D4d1a3c
Octal24526417710035351153274
Binary10100101101101001111111100001110111101100110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B47F; }

 p { color: rgb(165,180,127); }

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

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

 a { background-color: rgb(165,180,127); }

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

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

 span { border-color: rgb(165,180,127); }

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