#A18769

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

Shades of Sandal #A18769

Tints of Sandal #A18769

Color information

#A18769 (or 0xA18769) is unknown color: approx Sandal. HEX triplet: A1, 87 and 69. RGB value is (161,135,105). Sum of RGB (Red+Green+Blue) = 161+135+105=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A18769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18769 is #5E7896. Grayscale: #8B8B8B. Windows color (decimal): -6191255 or 6916001. OLE color: 6916001.

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

Color convert

RGB161135105-
CMYK00.160.350.37
HSL32.14º22.95%52.16%-
HSV(B)32.14º34.78%63.14%-
XYZ25.9125.9217-
YUV139.35108.61143.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=40.15%
G=33.67%
B=26.18%

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
Decimal16113510500.160.350.3732.1422.9552.16
HexA187690102325201734
Octal2412071510204345402764
Binary1010000110000111110100101000010001110010110000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18769; }

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

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

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

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

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

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

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

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