#A5886A

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

Shades of Sandal #A5886A

Tints of Sandal #A5886A

Color information

#A5886A (or 0xA5886A) is unknown color: approx Sandal. HEX triplet: A5, 88 and 6A. RGB value is (165,136,106). Sum of RGB (Red+Green+Blue) = 165+136+106=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5886A is #5A7795. Grayscale: #8D8D8D. Windows color (decimal): -5928854 or 6981797. OLE color: 6981797.

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

Color convert

RGB165136106-
CMYK00.180.360.35
HSL30.51º24.69%53.14%-
HSV(B)30.51º35.76%64.71%-
XYZ26.9226.6517.36-
YUV141.25108.11144.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=40.54%
G=33.42%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513610600.180.360.3530.5124.6953.14
HexA5886A01224231f1935
Octal2452101520224443373165
Binary101001011000100011010100100101001001000111111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5886A; }

 p { color: rgb(165,136,106); }

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

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

 a { background-color: rgb(165,136,106); }

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

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

 span { border-color: rgb(165,136,106); }

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