#A9B487

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

Shades of Caper #A9B487

Tints of Caper #A9B487

Color information

#A9B487 (or 0xA9B487) is unknown color: approx Caper. HEX triplet: A9, B4 and 87. RGB value is (169,180,135). Sum of RGB (Red+Green+Blue) = 169+180+135=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B487 is #564B78. Grayscale: #ABABAB. Windows color (decimal): -5655417 or 8893609. OLE color: 8893609.

HSL color Cylindrical-coordinate representation of color #A9B487: hue angle of 74.67º 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 #A9B487 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB169180135-
CMYK0.0600.250.29
HSL74.67º23.08%61.76%-
HSV(B)74.67º25%70.59%-
XYZ37.0642.8329.23-
YUV171.58107.36126.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=34.92%
G=37.19%
B=27.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801350.0600.250.2974.6723.0861.76
HexA9B48760191D4b173e
Octal2512642076031351132776
Binary10101001101101001000011111001100111101100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B487; }

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

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

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

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

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

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

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

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