#A38470

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

Shades of Sandal #A38470

Tints of Sandal #A38470

Color information

#A38470 (or 0xA38470) is unknown color: approx Sandal. HEX triplet: A3, 84 and 70. RGB value is (163,132,112). Sum of RGB (Red+Green+Blue) = 163+132+112=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A38470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38470 is #5C7B8F. Grayscale: #8B8B8B. Windows color (decimal): -6060944 or 7373987. OLE color: 7373987.

HSL color Cylindrical-coordinate representation of color #A38470: hue angle of 23.53º 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 #A38470 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB163132112-
CMYK00.190.310.36
HSL23.53º21.7%53.92%-
HSV(B)23.53º31.29%63.92%-
XYZ26.2825.4618.86-
YUV138.99112.77145.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=40.05%
G=32.43%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313211200.190.310.3623.5321.753.92
HexA384700131F24181636
Octal2432041600233744302666
Binary10100011100001001110000010011111111001001100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38470; }

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

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

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

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

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

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

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

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