#A38A60

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

Shades of Sandal #A38A60

Tints of Sandal #A38A60

Color information

#A38A60 (or 0xA38A60) is unknown color: approx Sandal. HEX triplet: A3, 8A and 60. RGB value is (163,138,96). Sum of RGB (Red+Green+Blue) = 163+138+96=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A60 is #5C759F. Grayscale: #8C8C8C. Windows color (decimal): -6059424 or 6326947. OLE color: 6326947.

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

Color convert

RGB16313896-
CMYK00.150.410.36
HSL37.61º26.69%50.78%-
HSV(B)37.61º41.1%63.92%-
XYZ26.326.8114.85-
YUV140.69102.78143.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=41.06%
G=34.76%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631389600.150.410.3637.6126.6950.78
HexA38A600F2924261b33
Octal2432121400175144463363
Binary101000111000101011000000111110100110010010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A60; }

 p { color: rgb(163,138,96); }

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

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

 a { background-color: rgb(163,138,96); }

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

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

 span { border-color: rgb(163,138,96); }

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