#A18869

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

Shades of Sandal #A18869

Tints of Sandal #A18869

Color information

#A18869 (or 0xA18869) is unknown color: approx Sandal. HEX triplet: A1, 88 and 69. RGB value is (161,136,105). Sum of RGB (Red+Green+Blue) = 161+136+105=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A18869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18869 is #5E7796. Grayscale: #8C8C8C. Windows color (decimal): -6190999 or 6916257. OLE color: 6916257.

HSL color Cylindrical-coordinate representation of color #A18869: hue angle of 33.21º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18869 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB161136105-
CMYK00.160.350.37
HSL33.21º22.95%52.16%-
HSV(B)33.21º34.78%63.14%-
XYZ26.0526.2117.05-
YUV139.94108.28143.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 136 (53.52% from 255) = 33.83%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=40.05%
G=33.83%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113610500.160.350.3733.2122.9552.16
HexA188690102325211734
Octal2412101510204345412764
Binary1010000110001000110100101000010001110010110000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18869; }

 p { color: rgb(161,136,105); }

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

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

 a { background-color: rgb(161,136,105); }

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

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

 span { border-color: rgb(161,136,105); }

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