#A8B576

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

Shades of Caper #A8B576

Tints of Caper #A8B576

Color information

#A8B576 (or 0xA8B576) is unknown color: approx Caper. HEX triplet: A8, B5 and 76. RGB value is (168,181,118). Sum of RGB (Red+Green+Blue) = 168+181+118=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B576 is #574A89. Grayscale: #AAAAAA. Windows color (decimal): -5720714 or 7779752. OLE color: 7779752.

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

Color convert

RGB168181118-
CMYK0.0700.350.29
HSL72.38º29.86%58.63%-
HSV(B)72.38º34.81%70.98%-
XYZ35.9442.6823.48-
YUV169.9398.69126.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=35.97%
G=38.76%
B=25.27%

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
Decimal1681811180.0700.350.2972.3829.8658.63
HexA8B57670231D481e3b
Octal2502651667043351103673
Binary10101000101101011110110111010001111101100100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B576; }

 p { color: rgb(168,181,118); }

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

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

 a { background-color: rgb(168,181,118); }

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

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

 span { border-color: rgb(168,181,118); }

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