#A5B782

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

Shades of Caper #A5B782

Tints of Caper #A5B782

Color information

#A5B782 (or 0xA5B782) is unknown color: approx Caper. HEX triplet: A5, B7 and 82. RGB value is (165,183,130). Sum of RGB (Red+Green+Blue) = 165+183+130=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B782 is #5A487D. Grayscale: #ABABAB. Windows color (decimal): -5916798 or 8566693. OLE color: 8566693.

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

Color convert

RGB165183130-
CMYK0.1000.290.28
HSL80.38º26.9%61.37%-
HSV(B)80.38º28.96%71.76%-
XYZ36.4843.4827.59-
YUV171.58104.54123.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=34.52%
G=38.28%
B=27.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831300.1000.290.2880.3826.961.37
HexA5B782A01D1C501b3d
Octal24526720212035341203375
Binary101001011011011110000010101001110111100101000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B782; }

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

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

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

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

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

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

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

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