#A58768

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

Shades of Sandal #A58768

Tints of Sandal #A58768

Color information

#A58768 (or 0xA58768) is unknown color: approx Sandal. HEX triplet: A5, 87 and 68. RGB value is (165,135,104). Sum of RGB (Red+Green+Blue) = 165+135+104=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A58768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58768 is #5A7897. Grayscale: #8C8C8C. Windows color (decimal): -5929112 or 6850469. OLE color: 6850469.

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

Color convert

RGB165135104-
CMYK00.180.370.35
HSL30.49º25.31%52.75%-
HSV(B)30.49º36.97%64.71%-
XYZ26.6826.3316.77-
YUV140.44107.44145.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=40.84%
G=33.42%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513510400.180.370.3530.4925.3152.75
HexA5876801225231e1935
Octal2452071500224543363165
Binary101001011000011111010000100101001011000111111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58768; }

 p { color: rgb(165,135,104); }

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

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

 a { background-color: rgb(165,135,104); }

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

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

 span { border-color: rgb(165,135,104); }

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