#A8B87A

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

Shades of Caper #A8B87A

Tints of Caper #A8B87A

Color information

#A8B87A (or 0xA8B87A) is unknown color: approx Caper. HEX triplet: A8, B8 and 7A. RGB value is (168,184,122). Sum of RGB (Red+Green+Blue) = 168+184+122=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B87A is #574785. Grayscale: #ACACAC. Windows color (decimal): -5719942 or 8042664. OLE color: 8042664.

HSL color Cylindrical-coordinate representation of color #A8B87A: hue angle of 75.48º 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 #A8B87A is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB168184122-
CMYK0.0900.340.28
HSL75.48º30.39%60%-
HSV(B)75.48º33.7%72.16%-
XYZ36.844.0124.97-
YUV172.1599.7125.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 184 (72.27% from 255) = 38.82%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=35.44%
G=38.82%
B=25.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681841220.0900.340.2875.4830.3960
HexA8B87A90221C4b1e3c
Octal25027017211042341133674
Binary101010001011100011110101001010001011100100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B87A; }

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

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

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

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

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

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

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

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