#A88A68

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

Shades of Sandal #A88A68

Tints of Sandal #A88A68

Color information

#A88A68 (or 0xA88A68) is unknown color: approx Sandal. HEX triplet: A8, 8A and 68. RGB value is (168,138,104). Sum of RGB (Red+Green+Blue) = 168+138+104=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A68 is #577597. Grayscale: #8F8F8F. Windows color (decimal): -5731736 or 6851240. OLE color: 6851240.

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

Color convert

RGB168138104-
CMYK00.180.380.34
HSL31.88º26.89%53.33%-
HSV(B)31.88º38.1%65.88%-
XYZ27.7427.516.94-
YUV143.09105.94145.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=40.98%
G=33.66%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813810400.180.380.3431.8826.8953.33
HexA88A680122622201b35
Octal2502121500224642403365
Binary1010100010001010110100001001010011010001010000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A68; }

 p { color: rgb(168,138,104); }

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

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

 a { background-color: rgb(168,138,104); }

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

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

 span { border-color: rgb(168,138,104); }

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