#A8B57E

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

Shades of Caper #A8B57E

Tints of Caper #A8B57E

Color information

#A8B57E (or 0xA8B57E) is unknown color: approx Caper. HEX triplet: A8, B5 and 7E. RGB value is (168,181,126). Sum of RGB (Red+Green+Blue) = 168+181+126=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B57E is #574A81. Grayscale: #ABABAB. Windows color (decimal): -5720706 or 8304040. OLE color: 8304040.

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

Color convert

RGB168181126-
CMYK0.0700.300.29
HSL74.18º27.09%60.2%-
HSV(B)74.18º30.39%70.98%-
XYZ36.4442.8826.09-
YUV170.84102.69125.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=35.37%
G=38.11%
B=26.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811260.0700.300.2974.1827.0960.2
HexA8B57E701E1D4a1b3c
Octal2502651767036351123374
Binary1010100010110101111111011101111011101100101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B57E; }

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

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

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

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

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

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

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

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