#A7B582

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

Shades of Caper #A7B582

Tints of Caper #A7B582

Color information

#A7B582 (or 0xA7B582) is unknown color: approx Caper. HEX triplet: A7, B5 and 82. RGB value is (167,181,130). Sum of RGB (Red+Green+Blue) = 167+181+130=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B582 is #584A7D. Grayscale: #ABABAB. Windows color (decimal): -5786238 or 8566183. OLE color: 8566183.

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

Color convert

RGB167181130-
CMYK0.0800.280.29
HSL76.47º25.63%60.98%-
HSV(B)76.47º28.18%70.98%-
XYZ36.4942.8727.47-
YUV171104.86125.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 181 (71.09% from 255) = 37.87%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=34.94%
G=37.87%
B=27.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671811300.0800.280.2976.4725.6360.98
HexA7B582801C1D4c1a3d
Octal24726520210034351143275
Binary101001111011010110000010100001110011101100110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B582; }

 p { color: rgb(167,181,130); }

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

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

 a { background-color: rgb(167,181,130); }

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

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

 span { border-color: rgb(167,181,130); }

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