#A18969

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

Shades of Sandal #A18969

Tints of Sandal #A18969

Color information

#A18969 (or 0xA18969) is unknown color: approx Sandal. HEX triplet: A1, 89 and 69. RGB value is (161,137,105). Sum of RGB (Red+Green+Blue) = 161+137+105=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A18969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18969 is #5E7696. Grayscale: #8C8C8C. Windows color (decimal): -6190743 or 6916513. OLE color: 6916513.

HSL color Cylindrical-coordinate representation of color #A18969: hue angle of 34.29º 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 #A18969 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB161137105-
CMYK00.150.350.37
HSL34.29º22.95%52.16%-
HSV(B)34.29º34.78%63.14%-
XYZ26.1926.4917.1-
YUV140.53107.95142.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=39.95%
G=34.00%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113710500.150.350.3734.2922.9552.16
HexA189690F2325221734
Octal2412111510174345422764
Binary101000011000100111010010111110001110010110001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18969; }

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

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

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

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

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

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

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

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