#A9B488

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

Shades of Caper #A9B488

Tints of Caper #A9B488

Color information

#A9B488 (or 0xA9B488) is unknown color: approx Caper. HEX triplet: A9, B4 and 88. RGB value is (169,180,136). Sum of RGB (Red+Green+Blue) = 169+180+136=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B488 is #564B77. Grayscale: #ABABAB. Windows color (decimal): -5655416 or 8959145. OLE color: 8959145.

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

Color convert

RGB169180136-
CMYK0.0600.240.29
HSL75º22.68%61.96%-
HSV(B)75º24.44%70.59%-
XYZ37.1342.8629.61-
YUV171.7107.86126.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=34.85%
G=37.11%
B=28.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801360.0600.240.297522.6861.96
HexA9B48860181D4b173e
Octal2512642106030351132776
Binary10101001101101001000100011001100011101100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B488; }

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

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

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

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

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

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

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

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