#A48769

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

Shades of Sandal #A48769

Tints of Sandal #A48769

Color information

#A48769 (or 0xA48769) is unknown color: approx Sandal. HEX triplet: A4, 87 and 69. RGB value is (164,135,105). Sum of RGB (Red+Green+Blue) = 164+135+105=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A48769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48769 is #5B7896. Grayscale: #8C8C8C. Windows color (decimal): -5994647 or 6916004. OLE color: 6916004.

HSL color Cylindrical-coordinate representation of color #A48769: hue angle of 30.51º 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 #A48769 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB164135105-
CMYK00.180.360.36
HSL30.51º24.48%52.75%-
HSV(B)30.51º35.98%64.31%-
XYZ26.5226.2417.03-
YUV140.25108.11144.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=40.59%
G=33.42%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413510500.180.360.3630.5124.4852.75
HexA4876901224241f1835
Octal2442071510224444373065
Binary101001001000011111010010100101001001001001111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48769; }

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

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

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

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

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

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

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

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