#A68767

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

Shades of Sandal #A68767

Tints of Sandal #A68767

Color information

#A68767 (or 0xA68767) is unknown color: approx Sandal. HEX triplet: A6, 87 and 67. RGB value is (166,135,103). Sum of RGB (Red+Green+Blue) = 166+135+103=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A68767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68767 is #597898. Grayscale: #8C8C8C. Windows color (decimal): -5863577 or 6784934. OLE color: 6784934.

HSL color Cylindrical-coordinate representation of color #A68767: hue angle of 30.48º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68767 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB166135103-
CMYK00.190.380.35
HSL30.48º26.14%52.75%-
HSV(B)30.48º37.95%65.1%-
XYZ26.8426.4116.52-
YUV140.62106.77146.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 103 (40.62% from 255) = 25.50%
R=41.09%
G=33.42%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613510300.190.380.3530.4826.1452.75
HexA6876701326231e1a35
Octal2462071470234643363265
Binary101001101000011111001110100111001101000111111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68767; }

 p { color: rgb(166,135,103); }

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

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

 a { background-color: rgb(166,135,103); }

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

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

 span { border-color: rgb(166,135,103); }

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