#A48667

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

Shades of Sandal #A48667

Tints of Sandal #A48667

Color information

#A48667 (or 0xA48667) is unknown color: approx Sandal. HEX triplet: A4, 86 and 67. RGB value is (164,134,103). Sum of RGB (Red+Green+Blue) = 164+134+103=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A48667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48667 is #5B7998. Grayscale: #8B8B8B. Windows color (decimal): -5994905 or 6784676. OLE color: 6784676.

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

Color convert

RGB164134103-
CMYK00.180.370.36
HSL30.49º25.1%52.35%-
HSV(B)30.49º37.2%64.31%-
XYZ26.2825.9216.45-
YUV139.44107.44145.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=40.90%
G=33.42%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413410300.180.370.3630.4925.152.35
HexA4866701225241e1934
Octal2442061470224544363164
Binary101001001000011011001110100101001011001001111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48667; }

 p { color: rgb(164,134,103); }

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

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

 a { background-color: rgb(164,134,103); }

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

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

 span { border-color: rgb(164,134,103); }

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