#A5B584

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

Shades of Caper #A5B584

Tints of Caper #A5B584

Color information

#A5B584 (or 0xA5B584) is unknown color: approx Caper. HEX triplet: A5, B5 and 84. RGB value is (165,181,132). Sum of RGB (Red+Green+Blue) = 165+181+132=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B584 is #5A4A7B. Grayscale: #AAAAAA. Windows color (decimal): -5917308 or 8697253. OLE color: 8697253.

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

Color convert

RGB165181132-
CMYK0.0900.270.29
HSL79.59º24.87%61.37%-
HSV(B)79.59º27.07%70.98%-
XYZ36.2142.7128.17-
YUV170.63106.2123.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 181 (71.09% from 255) = 37.87%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=34.52%
G=37.87%
B=27.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811320.0900.270.2979.5924.8761.37
HexA5B584901B1D50193d
Octal24526520411033351203175
Binary101001011011010110000100100101101111101101000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B584; }

 p { color: rgb(165,181,132); }

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

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

 a { background-color: rgb(165,181,132); }

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

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

 span { border-color: rgb(165,181,132); }

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