#A5B980

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

Shades of Caper #A5B980

Tints of Caper #A5B980

Color information

#A5B980 (or 0xA5B980) is unknown color: approx Caper. HEX triplet: A5, B9 and 80. RGB value is (165,185,128). Sum of RGB (Red+Green+Blue) = 165+185+128=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B980 is #5A467F. Grayscale: #ACACAC. Windows color (decimal): -5916288 or 8436133. OLE color: 8436133.

HSL color Cylindrical-coordinate representation of color #A5B980: hue angle of 81.05º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5B980 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB165185128-
CMYK0.1100.310.27
HSL81.05º28.93%61.37%-
HSV(B)81.05º30.81%72.55%-
XYZ36.7644.2627.03-
YUV172.52102.87122.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=34.52%
G=38.70%
B=26.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651851280.1100.310.2781.0528.9361.37
HexA5B980B01F1B511d3d
Octal24527120013037331213575
Binary101001011011100110000000101101111111011101000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B980; }

 p { color: rgb(165,185,128); }

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

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

 a { background-color: rgb(165,185,128); }

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

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

 span { border-color: rgb(165,185,128); }

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