#A48B69

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

Shades of Sandal #A48B69

Tints of Sandal #A48B69

Color information

#A48B69 (or 0xA48B69) is unknown color: approx Sandal. HEX triplet: A4, 8B and 69. RGB value is (164,139,105). Sum of RGB (Red+Green+Blue) = 164+139+105=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B69 is #5B7496. Grayscale: #8E8E8E. Windows color (decimal): -5993623 or 6917028. OLE color: 6917028.

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

Color convert

RGB164139105-
CMYK00.150.360.36
HSL34.58º24.48%52.75%-
HSV(B)34.58º35.98%64.31%-
XYZ27.0927.3817.22-
YUV142.6106.78143.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=40.20%
G=34.07%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413910500.150.360.3634.5824.4852.75
HexA48B690F2424231835
Octal2442131510174444433065
Binary101001001000101111010010111110010010010010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B69; }

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

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

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

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

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

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

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

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