#A38570

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

Shades of Sandal #A38570

Tints of Sandal #A38570

Color information

#A38570 (or 0xA38570) is unknown color: approx Sandal. HEX triplet: A3, 85 and 70. RGB value is (163,133,112). Sum of RGB (Red+Green+Blue) = 163+133+112=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A38570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38570 is #5C7A8F. Grayscale: #8B8B8B. Windows color (decimal): -6060688 or 7374243. OLE color: 7374243.

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

Color convert

RGB163133112-
CMYK00.180.310.36
HSL24.71º21.7%53.92%-
HSV(B)24.71º31.29%63.92%-
XYZ26.4225.7318.9-
YUV139.58112.44144.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=39.95%
G=32.60%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313311200.180.310.3624.7121.753.92
HexA385700121F24191636
Octal2432051600223744312666
Binary10100011100001011110000010010111111001001100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38570; }

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

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

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

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

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

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

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

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