#A5B37F

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

Shades of Caper #A5B37F

Tints of Caper #A5B37F

Color information

#A5B37F (or 0xA5B37F) is unknown color: approx Caper. HEX triplet: A5, B3 and 7F. RGB value is (165,179,127). Sum of RGB (Red+Green+Blue) = 165+179+127=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B37F is #5A4C80. Grayscale: #A9A9A9. Windows color (decimal): -5917825 or 8369061. OLE color: 8369061.

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

Color convert

RGB165179127-
CMYK0.0800.290.30
HSL76.15º25.49%60%-
HSV(B)76.15º29.05%70.2%-
XYZ35.4741.7726.27-
YUV168.89104.36125.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 179 (70.31% from 255) = 38.00%
BLUE value IS 127 (50% from 255) = 26.96%
R=35.03%
G=38.00%
B=26.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651791270.0800.290.3076.1525.4960
HexA5B37F801D1E4c193c
Octal24526317710035361143174
Binary10100101101100111111111100001110111110100110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B37F; }

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

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

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

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

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

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

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

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