#A38568

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

Shades of Sandal #A38568

Tints of Sandal #A38568

Color information

#A38568 (or 0xA38568) is unknown color: approx Sandal. HEX triplet: A3, 85 and 68. RGB value is (163,133,104). Sum of RGB (Red+Green+Blue) = 163+133+104=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A38568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38568 is #5C7A97. Grayscale: #8A8A8A. Windows color (decimal): -6060696 or 6849955. OLE color: 6849955.

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

Color convert

RGB163133104-
CMYK00.180.360.36
HSL29.49º24.28%52.35%-
HSV(B)29.49º36.2%63.92%-
XYZ25.9925.5616.66-
YUV138.66108.44145.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 104 (41.02% from 255) = 26%
R=40.75%
G=33.25%
B=26%

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
Decimal16313310400.180.360.3629.4924.2852.35
HexA3856801224241d1834
Octal2432051500224444353064
Binary101000111000010111010000100101001001001001110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38568; }

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

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

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

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

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

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

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

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