#A38C63

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

Shades of Sandal #A38C63

Tints of Sandal #A38C63

Color information

#A38C63 (or 0xA38C63) is unknown color: approx Sandal. HEX triplet: A3, 8C and 63. RGB value is (163,140,99). Sum of RGB (Red+Green+Blue) = 163+140+99=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38C63 is #5C739C. Grayscale: #8E8E8E. Windows color (decimal): -6058909 or 6524067. OLE color: 6524067.

HSL color Cylindrical-coordinate representation of color #A38C63: hue angle of 38.44º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38C63 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16314099-
CMYK00.140.390.36
HSL38.44º25.81%51.37%-
HSV(B)38.44º39.26%63.92%-
XYZ26.7327.4415.69-
YUV142.2103.62142.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 99 (39.06% from 255) = 24.63%
R=40.55%
G=34.83%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631409900.140.390.3638.4425.8151.37
HexA38C630E2724261a33
Octal2432141430164744463263
Binary101000111000110011000110111010011110010010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C63; }

 p { color: rgb(163,140,99); }

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

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

 a { background-color: rgb(163,140,99); }

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

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

 span { border-color: rgb(163,140,99); }

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