#A08568

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

Shades of Sandal #A08568

Tints of Sandal #A08568

Color information

#A08568 (or 0xA08568) is unknown color: approx Sandal. HEX triplet: A0, 85 and 68. RGB value is (160,133,104). Sum of RGB (Red+Green+Blue) = 160+133+104=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A08568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08568 is #5F7A97. Grayscale: #898989. Windows color (decimal): -6257304 or 6849952. OLE color: 6849952.

HSL color Cylindrical-coordinate representation of color #A08568: hue angle of 31.07º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08568 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB160133104-
CMYK00.170.350.37
HSL31.07º22.76%51.76%-
HSV(B)31.07º35%62.75%-
XYZ25.3825.2516.63-
YUV137.77108.95143.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=40.30%
G=33.50%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013310400.170.350.3731.0722.7651.76
HexA0856801123251f1734
Octal2402051500214345372764
Binary101000001000010111010000100011000111001011111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08568; }

 p { color: rgb(160,133,104); }

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

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

 a { background-color: rgb(160,133,104); }

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

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

 span { border-color: rgb(160,133,104); }

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