#A7B487

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

Shades of Caper #A7B487

Tints of Caper #A7B487

Color information

#A7B487 (or 0xA7B487) is unknown color: approx Caper. HEX triplet: A7, B4 and 87. RGB value is (167,180,135). Sum of RGB (Red+Green+Blue) = 167+180+135=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B487 is #584B78. Grayscale: #ABABAB. Windows color (decimal): -5786489 or 8893607. OLE color: 8893607.

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

Color convert

RGB167180135-
CMYK0.0700.250.29
HSL77.33º23.08%61.76%-
HSV(B)77.33º25%70.59%-
XYZ36.6342.6129.22-
YUV170.98107.69125.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 135 (53.12% from 255) = 28.01%
R=34.65%
G=37.34%
B=28.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671801350.0700.250.2977.3323.0861.76
HexA7B48770191D4d173e
Octal2472642077031351152776
Binary10100111101101001000011111101100111101100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B487; }

 p { color: rgb(167,180,135); }

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

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

 a { background-color: rgb(167,180,135); }

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

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

 span { border-color: rgb(167,180,135); }

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