#A38861

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

Shades of Sandal #A38861

Tints of Sandal #A38861

Color information

#A38861 (or 0xA38861) is unknown color: approx Sandal. HEX triplet: A3, 88 and 61. RGB value is (163,136,97). Sum of RGB (Red+Green+Blue) = 163+136+97=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A38861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38861 is #5C779E. Grayscale: #8B8B8B. Windows color (decimal): -6059935 or 6391971. OLE color: 6391971.

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

Color convert

RGB16313697-
CMYK00.170.400.36
HSL35.45º26.4%50.98%-
HSV(B)35.45º40.49%63.92%-
XYZ26.0726.2615-
YUV139.63103.95144.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=41.16%
G=34.34%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631369700.170.400.3635.4526.450.98
HexA388610112824231a33
Octal2432101410215044433263
Binary1010001110001000110000101000110100010010010001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38861; }

 p { color: rgb(163,136,97); }

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

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

 a { background-color: rgb(163,136,97); }

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

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

 span { border-color: rgb(163,136,97); }

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