#A9B676

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

Shades of Caper #A9B676

Tints of Caper #A9B676

Color information

#A9B676 (or 0xA9B676) is unknown color: approx Caper. HEX triplet: A9, B6 and 76. RGB value is (169,182,118). Sum of RGB (Red+Green+Blue) = 169+182+118=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B676 is #564989. Grayscale: #ABABAB. Windows color (decimal): -5654922 or 7780009. OLE color: 7780009.

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

Color convert

RGB169182118-
CMYK0.0700.350.29
HSL72.19º30.48%58.82%-
HSV(B)72.19º35.16%71.37%-
XYZ36.3643.223.56-
YUV170.8298.19126.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=36.03%
G=38.81%
B=25.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821180.0700.350.2972.1930.4858.82
HexA9B67670231D481e3b
Octal2512661667043351103673
Binary10101001101101101110110111010001111101100100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B676; }

 p { color: rgb(169,182,118); }

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

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

 a { background-color: rgb(169,182,118); }

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

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

 span { border-color: rgb(169,182,118); }

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