#A68563

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

Shades of Sandal #A68563

Tints of Sandal #A68563

Color information

#A68563 (or 0xA68563) is unknown color: approx Sandal. HEX triplet: A6, 85 and 63. RGB value is (166,133,99). Sum of RGB (Red+Green+Blue) = 166+133+99=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A68563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68563 is #597A9C. Grayscale: #8B8B8B. Windows color (decimal): -5864093 or 6522278. OLE color: 6522278.

HSL color Cylindrical-coordinate representation of color #A68563: hue angle of 30.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68563 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16613399-
CMYK00.200.400.35
HSL30.45º27.35%51.96%-
HSV(B)30.45º40.36%65.1%-
XYZ26.3725.7815.39-
YUV138.99105.43147.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=41.71%
G=33.42%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661339900.200.400.3530.4527.3551.96
HexA6856301428231e1b34
Octal2462051430245043363364
Binary101001101000010111000110101001010001000111111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68563; }

 p { color: rgb(166,133,99); }

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

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

 a { background-color: rgb(166,133,99); }

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

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

 span { border-color: rgb(166,133,99); }

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