#A8896A

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

Shades of Sandal #A8896A

Tints of Sandal #A8896A

Color information

#A8896A (or 0xA8896A) is unknown color: approx Sandal. HEX triplet: A8, 89 and 6A. RGB value is (168,137,106). Sum of RGB (Red+Green+Blue) = 168+137+106=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8896A is #577695. Grayscale: #8E8E8E. Windows color (decimal): -5731990 or 6982056. OLE color: 6982056.

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

Color convert

RGB168137106-
CMYK00.180.370.34
HSL30º26.27%53.73%-
HSV(B)30º36.9%65.88%-
XYZ27.727.2617.44-
YUV142.74107.27146.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=40.88%
G=33.33%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813710600.180.370.343026.2753.73
HexA8896A01225221e1a36
Octal2502111520224542363266
Binary101010001000100111010100100101001011000101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8896A; }

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

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

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

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

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

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

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

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