#A18569

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

Shades of Sandal #A18569

Tints of Sandal #A18569

Color information

#A18569 (or 0xA18569) is unknown color: approx Sandal. HEX triplet: A1, 85 and 69. RGB value is (161,133,105). Sum of RGB (Red+Green+Blue) = 161+133+105=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A18569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18569 is #5E7A96. Grayscale: #8A8A8A. Windows color (decimal): -6191767 or 6915489. OLE color: 6915489.

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

Color convert

RGB161133105-
CMYK00.170.350.37
HSL30º22.95%52.16%-
HSV(B)30º34.78%63.14%-
XYZ25.6425.3716.91-
YUV138.18109.28144.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=40.35%
G=33.33%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113310500.170.350.373022.9552.16
HexA1856901123251e1734
Octal2412051510214345362764
Binary101000011000010111010010100011000111001011111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18569; }

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

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

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

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

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

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

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

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