#A8B677

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

Shades of Caper #A8B677

Tints of Caper #A8B677

Color information

#A8B677 (or 0xA8B677) is unknown color: approx Caper. HEX triplet: A8, B6 and 77. RGB value is (168,182,119). Sum of RGB (Red+Green+Blue) = 168+182+119=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B677 is #574988. Grayscale: #AAAAAA. Windows color (decimal): -5720457 or 7845544. OLE color: 7845544.

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

Color convert

RGB168182119-
CMYK0.0800.350.29
HSL73.33º30.14%59.02%-
HSV(B)73.33º34.62%71.37%-
XYZ36.2143.1123.87-
YUV170.6398.86126.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 182 (71.48% from 255) = 38.81%
BLUE value IS 119 (46.88% from 255) = 25.37%
R=35.82%
G=38.81%
B=25.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821190.0800.350.2973.3330.1459.02
HexA8B67780231D491e3b
Octal25026616710043351113673
Binary101010001011011011101111000010001111101100100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B677; }

 p { color: rgb(168,182,119); }

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

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

 a { background-color: rgb(168,182,119); }

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

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

 span { border-color: rgb(168,182,119); }

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