#A88965

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

Shades of Sandal #A88965

Tints of Sandal #A88965

Color information

#A88965 (or 0xA88965) is unknown color: approx Sandal. HEX triplet: A8, 89 and 65. RGB value is (168,137,101). Sum of RGB (Red+Green+Blue) = 168+137+101=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A88965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88965 is #57769A. Grayscale: #8E8E8E. Windows color (decimal): -5731995 or 6654376. OLE color: 6654376.

HSL color Cylindrical-coordinate representation of color #A88965: hue angle of 32.24º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88965 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168137101-
CMYK00.180.400.34
HSL32.24º27.8%52.75%-
HSV(B)32.24º39.88%65.88%-
XYZ27.4427.1616.11-
YUV142.17104.77146.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=41.38%
G=33.74%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813710100.180.400.3432.2427.852.75
HexA889650122822201c35
Octal2502111450225042403465
Binary1010100010001001110010101001010100010001010000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88965; }

 p { color: rgb(168,137,101); }

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

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

 a { background-color: rgb(168,137,101); }

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

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

 span { border-color: rgb(168,137,101); }

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