#A7B489

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

Shades of Caper #A7B489

Tints of Caper #A7B489

Color information

#A7B489 (or 0xA7B489) is unknown color: approx Caper. HEX triplet: A7, B4 and 89. RGB value is (167,180,137). Sum of RGB (Red+Green+Blue) = 167+180+137=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B489 is #584B76. Grayscale: #ABABAB. Windows color (decimal): -5786487 or 9024679. OLE color: 9024679.

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

Color convert

RGB167180137-
CMYK0.0700.240.29
HSL78.14º22.28%62.16%-
HSV(B)78.14º23.89%70.59%-
XYZ36.7742.6629.96-
YUV171.21108.69125-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=34.50%
G=37.19%
B=28.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671801370.0700.240.2978.1422.2862.16
HexA7B48970181D4e163e
Octal2472642117030351162676
Binary10100111101101001000100111101100011101100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B489; }

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

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

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

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

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

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

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

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