#A88A60

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

Shades of Sandal #A88A60

Tints of Sandal #A88A60

Color information

#A88A60 (or 0xA88A60) is unknown color: approx Sandal. HEX triplet: A8, 8A and 60. RGB value is (168,138,96). Sum of RGB (Red+Green+Blue) = 168+138+96=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A60 is #57759F. Grayscale: #8E8E8E. Windows color (decimal): -5731744 or 6326952. OLE color: 6326952.

HSL color Cylindrical-coordinate representation of color #A88A60: hue angle of 35º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A88A60 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16813896-
CMYK00.180.430.34
HSL35º29.27%51.76%-
HSV(B)35º42.86%65.88%-
XYZ27.3527.3514.9-
YUV142.18101.94146.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=41.79%
G=34.33%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681389600.180.430.343529.2751.76
HexA88A600122B22231d34
Octal2502121400225342433564
Binary1010100010001010110000001001010101110001010001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A60; }

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

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

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

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

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

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

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

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