#A3886D

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

Shades of Sandal #A3886D

Tints of Sandal #A3886D

Color information

#A3886D (or 0xA3886D) is unknown color: approx Sandal. HEX triplet: A3, 88 and 6D. RGB value is (163,136,109). Sum of RGB (Red+Green+Blue) = 163+136+109=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A3886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3886D is #5C7792. Grayscale: #8D8D8D. Windows color (decimal): -6059923 or 7178403. OLE color: 7178403.

HSL color Cylindrical-coordinate representation of color #A3886D: hue angle of 30º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3886D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB163136109-
CMYK00.170.330.36
HSL30º22.69%53.33%-
HSV(B)30º33.13%63.92%-
XYZ26.6726.518.18-
YUV140.99109.95143.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 26.72%
R=39.95%
G=33.33%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313610900.170.330.363022.6953.33
HexA3886D01121241e1735
Octal2432101550214144362765
Binary101000111000100011011010100011000011001001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3886D; }

 p { color: rgb(163,136,109); }

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

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

 a { background-color: rgb(163,136,109); }

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

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

 span { border-color: rgb(163,136,109); }

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