#A38565

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

Shades of Sandal #A38565

Tints of Sandal #A38565

Color information

#A38565 (or 0xA38565) is unknown color: approx Sandal. HEX triplet: A3, 85 and 65. RGB value is (163,133,101). Sum of RGB (Red+Green+Blue) = 163+133+101=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A38565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38565 is #5C7A9A. Grayscale: #8A8A8A. Windows color (decimal): -6060699 or 6653347. OLE color: 6653347.

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

Color convert

RGB163133101-
CMYK00.180.380.36
HSL30.97º25.2%51.76%-
HSV(B)30.97º38.04%63.92%-
XYZ25.8425.515.87-
YUV138.32106.94145.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 101 (39.84% from 255) = 25.44%
R=41.06%
G=33.50%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313310100.180.380.3630.9725.251.76
HexA3856501226241f1934
Octal2432051450224644373164
Binary101000111000010111001010100101001101001001111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38565; }

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

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

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

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

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

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

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

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