#A38569

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

Shades of Sandal #A38569

Tints of Sandal #A38569

Color information

#A38569 (or 0xA38569) is unknown color: approx Sandal. HEX triplet: A3, 85 and 69. RGB value is (163,133,105). Sum of RGB (Red+Green+Blue) = 163+133+105=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A38569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38569 is #5C7A96. Grayscale: #8A8A8A. Windows color (decimal): -6060695 or 6915491. OLE color: 6915491.

HSL color Cylindrical-coordinate representation of color #A38569: hue angle of 28.97º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38569 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB163133105-
CMYK00.180.360.36
HSL28.97º23.97%52.55%-
HSV(B)28.97º35.58%63.92%-
XYZ26.0425.5816.93-
YUV138.78108.94145.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=40.65%
G=33.17%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313310500.180.360.3628.9723.9752.55
HexA3856901224241d1835
Octal2432051510224444353065
Binary101000111000010111010010100101001001001001110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38569; }

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

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

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

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

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

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

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

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