#A48A69

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

Shades of Sandal #A48A69

Tints of Sandal #A48A69

Color information

#A48A69 (or 0xA48A69) is unknown color: approx Sandal. HEX triplet: A4, 8A and 69. RGB value is (164,138,105). Sum of RGB (Red+Green+Blue) = 164+138+105=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A69 is #5B7596. Grayscale: #8E8E8E. Windows color (decimal): -5993879 or 6916772. OLE color: 6916772.

HSL color Cylindrical-coordinate representation of color #A48A69: hue angle of 33.56º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A48A69 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB164138105-
CMYK00.160.360.36
HSL33.56º24.48%52.75%-
HSV(B)33.56º35.98%64.31%-
XYZ26.9527.0917.17-
YUV142.01107.11143.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=40.29%
G=33.91%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413810500.160.360.3633.5624.4852.75
HexA48A690102424221835
Octal2442121510204444423065
Binary1010010010001010110100101000010010010010010001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A69; }

 p { color: rgb(164,138,105); }

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

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

 a { background-color: rgb(164,138,105); }

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

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

 span { border-color: rgb(164,138,105); }

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