#A8896B

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

Shades of Sandal #A8896B

Tints of Sandal #A8896B

Color information

#A8896B (or 0xA8896B) is unknown color: approx Sandal. HEX triplet: A8, 89 and 6B. RGB value is (168,137,107). Sum of RGB (Red+Green+Blue) = 168+137+107=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8896B is #577694. Grayscale: #8F8F8F. Windows color (decimal): -5731989 or 7047592. OLE color: 7047592.

HSL color Cylindrical-coordinate representation of color #A8896B: hue angle of 29.51º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8896B is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB168137107-
CMYK00.180.360.34
HSL29.51º25.96%53.92%-
HSV(B)29.51º36.31%65.88%-
XYZ27.7527.2817.71-
YUV142.85107.77145.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 107 (42.19% from 255) = 25.97%
R=40.78%
G=33.25%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813710700.180.360.3429.5125.9653.92
HexA8896B01224221e1a36
Octal2502111530224442363266
Binary101010001000100111010110100101001001000101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8896B; }

 p { color: rgb(168,137,107); }

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

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

 a { background-color: rgb(168,137,107); }

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

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

 span { border-color: rgb(168,137,107); }

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