#A5B780

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

Shades of Caper #A5B780

Tints of Caper #A5B780

Color information

#A5B780 (or 0xA5B780) is unknown color: approx Caper. HEX triplet: A5, B7 and 80. RGB value is (165,183,128). Sum of RGB (Red+Green+Blue) = 165+183+128=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B780 is #5A487F. Grayscale: #ABABAB. Windows color (decimal): -5916800 or 8435621. OLE color: 8435621.

HSL color Cylindrical-coordinate representation of color #A5B780: hue angle of 79.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B780 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB165183128-
CMYK0.1000.300.28
HSL79.64º27.64%60.98%-
HSV(B)79.64º30.05%71.76%-
XYZ36.3543.4226.89-
YUV171.35103.54123.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 183 (71.88% from 255) = 38.45%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=34.66%
G=38.45%
B=26.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831280.1000.300.2879.6427.6460.98
HexA5B780A01E1C501c3d
Octal24526720012036341203475
Binary101001011011011110000000101001111011100101000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B780; }

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

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

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

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

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

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

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

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