#A48669

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

Shades of Sandal #A48669

Tints of Sandal #A48669

Color information

#A48669 (or 0xA48669) is unknown color: approx Sandal. HEX triplet: A4, 86 and 69. RGB value is (164,134,105). Sum of RGB (Red+Green+Blue) = 164+134+105=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A48669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48669 is #5B7996. Grayscale: #8B8B8B. Windows color (decimal): -5994903 or 6915748. OLE color: 6915748.

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

Color convert

RGB164134105-
CMYK00.180.360.36
HSL29.49º24.48%52.75%-
HSV(B)29.49º35.98%64.31%-
XYZ26.3825.9616.99-
YUV139.66108.44145.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=40.69%
G=33.25%
B=26.05%

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
Decimal16413410500.180.360.3629.4924.4852.75
HexA4866901224241d1835
Octal2442061510224444353065
Binary101001001000011011010010100101001001001001110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48669; }

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

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

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

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

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

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

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

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