#A8B47E

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

Shades of Caper #A8B47E

Tints of Caper #A8B47E

Color information

#A8B47E (or 0xA8B47E) is unknown color: approx Caper. HEX triplet: A8, B4 and 7E. RGB value is (168,180,126). Sum of RGB (Red+Green+Blue) = 168+180+126=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B47E is #574B81. Grayscale: #AAAAAA. Windows color (decimal): -5720962 or 8303784. OLE color: 8303784.

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

Color convert

RGB168180126-
CMYK0.0700.30.29
HSL73.33º26.47%60%-
HSV(B)73.33º30%70.59%-
XYZ36.2442.4726.03-
YUV170.26103.02126.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=35.44%
G=37.97%
B=26.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801260.0700.30.2973.3326.4760
HexA8B47E701E1D491a3c
Octal2502641767036351113274
Binary1010100010110100111111011101111011101100100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B47E; }

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

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

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

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

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

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

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

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