#A48765

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

Shades of Sandal #A48765

Tints of Sandal #A48765

Color information

#A48765 (or 0xA48765) is unknown color: approx Sandal. HEX triplet: A4, 87 and 65. RGB value is (164,135,101). Sum of RGB (Red+Green+Blue) = 164+135+101=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A48765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48765 is #5B789A. Grayscale: #8B8B8B. Windows color (decimal): -5994651 or 6653860. OLE color: 6653860.

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

Color convert

RGB164135101-
CMYK00.180.380.36
HSL32.38º25.71%51.96%-
HSV(B)32.38º38.41%64.31%-
XYZ26.3226.1615.97-
YUV139.8106.11145.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=41%
G=33.75%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413510100.180.380.3632.3825.7151.96
HexA487650122624201a34
Octal2442071450224644403264
Binary1010010010000111110010101001010011010010010000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48765; }

 p { color: rgb(164,135,101); }

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

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

 a { background-color: rgb(164,135,101); }

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

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

 span { border-color: rgb(164,135,101); }

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