#A8B776

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

Shades of Caper #A8B776

Tints of Caper #A8B776

Color information

#A8B776 (or 0xA8B776) is unknown color: approx Caper. HEX triplet: A8, B7 and 76. RGB value is (168,183,118). Sum of RGB (Red+Green+Blue) = 168+183+118=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B776 is #574889. Grayscale: #ABABAB. Windows color (decimal): -5720202 or 7780264. OLE color: 7780264.

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

Color convert

RGB168183118-
CMYK0.0800.360.28
HSL73.85º31.1%59.02%-
HSV(B)73.85º35.52%71.76%-
XYZ36.3543.523.62-
YUV171.198.03125.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=35.82%
G=39.02%
B=25.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831180.0800.360.2873.8531.159.02
HexA8B77680241C4a1f3b
Octal25026716610044341123773
Binary101010001011011111101101000010010011100100101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B776; }

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

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

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

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

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

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

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

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