#A3886C

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

Shades of Sandal #A3886C

Tints of Sandal #A3886C

Color information

#A3886C (or 0xA3886C) is unknown color: approx Sandal. HEX triplet: A3, 88 and 6C. RGB value is (163,136,108). Sum of RGB (Red+Green+Blue) = 163+136+108=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3886C is #5C7793. Grayscale: #8D8D8D. Windows color (decimal): -6059924 or 7112867. OLE color: 7112867.

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

Color convert

RGB163136108-
CMYK00.170.340.36
HSL30.55º23.01%53.14%-
HSV(B)30.55º33.74%63.92%-
XYZ26.6226.4817.9-
YUV140.88109.45143.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=40.05%
G=33.42%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313610800.170.340.3630.5523.0153.14
HexA3886C01122241f1735
Octal2432101540214244372765
Binary101000111000100011011000100011000101001001111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3886C; }

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

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

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

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

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

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

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

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