#A5B57C

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

Shades of Caper #A5B57C

Tints of Caper #A5B57C

Color information

#A5B57C (or 0xA5B57C) is unknown color: approx Caper. HEX triplet: A5, B5 and 7C. RGB value is (165,181,124). Sum of RGB (Red+Green+Blue) = 165+181+124=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B57C is #5A4A83. Grayscale: #A9A9A9. Windows color (decimal): -5917316 or 8172965. OLE color: 8172965.

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

Color convert

RGB165181124-
CMYK0.0900.310.29
HSL76.84º27.8%59.8%-
HSV(B)76.84º31.49%70.98%-
XYZ35.6842.525.39-
YUV169.72102.2124.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=35.11%
G=38.51%
B=26.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811240.0900.310.2976.8427.859.8
HexA5B57C901F1D4d1c3c
Octal24526517411037351153474
Binary10100101101101011111100100101111111101100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B57C; }

 p { color: rgb(165,181,124); }

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

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

 a { background-color: rgb(165,181,124); }

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

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

 span { border-color: rgb(165,181,124); }

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