#A18669

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

Shades of Sandal #A18669

Tints of Sandal #A18669

Color information

#A18669 (or 0xA18669) is unknown color: approx Sandal. HEX triplet: A1, 86 and 69. RGB value is (161,134,105). Sum of RGB (Red+Green+Blue) = 161+134+105=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A18669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18669 is #5E7996. Grayscale: #8A8A8A. Windows color (decimal): -6191511 or 6915745. OLE color: 6915745.

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

Color convert

RGB161134105-
CMYK00.170.350.37
HSL31.07º22.95%52.16%-
HSV(B)31.07º34.78%63.14%-
XYZ25.7725.6516.96-
YUV138.77108.95143.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=40.25%
G=33.5%
B=26.25%

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
Decimal16113410500.170.350.3731.0722.9552.16
HexA1866901123251f1734
Octal2412061510214345372764
Binary101000011000011011010010100011000111001011111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18669; }

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

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

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

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

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

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

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

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