#A38662

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

Shades of Sandal #A38662

Tints of Sandal #A38662

Color information

#A38662 (or 0xA38662) is unknown color: approx Sandal. HEX triplet: A3, 86 and 62. RGB value is (163,134,98). Sum of RGB (Red+Green+Blue) = 163+134+98=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A38662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38662 is #5C799D. Grayscale: #8A8A8A. Windows color (decimal): -6060446 or 6456995. OLE color: 6456995.

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

Color convert

RGB16313498-
CMYK00.180.400.36
HSL33.23º26.1%51.18%-
HSV(B)33.23º39.88%63.92%-
XYZ25.8325.7215.16-
YUV138.57105.11145.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=41.27%
G=33.92%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631349800.180.400.3633.2326.151.18
HexA386620122824211a33
Octal2432061420225044413263
Binary1010001110000110110001001001010100010010010000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38662; }

 p { color: rgb(163,134,98); }

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

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

 a { background-color: rgb(163,134,98); }

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

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

 span { border-color: rgb(163,134,98); }

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