#A5B37A

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

Shades of Caper #A5B37A

Tints of Caper #A5B37A

Color information

#A5B37A (or 0xA5B37A) is unknown color: approx Caper. HEX triplet: A5, B3 and 7A. RGB value is (165,179,122). Sum of RGB (Red+Green+Blue) = 165+179+122=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B37A is #5A4C85. Grayscale: #A8A8A8. Windows color (decimal): -5917830 or 8041381. OLE color: 8041381.

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

Color convert

RGB165179122-
CMYK0.0800.320.30
HSL74.74º27.27%59.02%-
HSV(B)74.74º31.84%70.2%-
XYZ35.1541.6424.6-
YUV168.32101.86125.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=35.41%
G=38.41%
B=26.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651791220.0800.320.3074.7427.2759.02
HexA5B37A80201E4b1b3b
Octal24526317210040361133373
Binary101001011011001111110101000010000011110100101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B37A; }

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

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

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

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

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

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

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

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