#A9B87A

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

Shades of Caper #A9B87A

Tints of Caper #A9B87A

Color information

#A9B87A (or 0xA9B87A) is unknown color: approx Caper. HEX triplet: A9, B8 and 7A. RGB value is (169,184,122). Sum of RGB (Red+Green+Blue) = 169+184+122=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B87A is #564785. Grayscale: #ACACAC. Windows color (decimal): -5654406 or 8042665. OLE color: 8042665.

HSL color Cylindrical-coordinate representation of color #A9B87A: hue angle of 74.52º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9B87A is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB169184122-
CMYK0.0800.340.28
HSL74.52º30.39%60%-
HSV(B)74.52º33.7%72.16%-
XYZ37.0244.1224.98-
YUV172.4599.53125.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=35.58%
G=38.74%
B=25.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691841220.0800.340.2874.5230.3960
HexA9B87A80221C4b1e3c
Octal25127017210042341133674
Binary101010011011100011110101000010001011100100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B87A; }

 p { color: rgb(169,184,122); }

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

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

 a { background-color: rgb(169,184,122); }

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

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

 span { border-color: rgb(169,184,122); }

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