#A48B66

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

Shades of Sandal #A48B66

Tints of Sandal #A48B66

Color information

#A48B66 (or 0xA48B66) is unknown color: approx Sandal. HEX triplet: A4, 8B and 66. RGB value is (164,139,102). Sum of RGB (Red+Green+Blue) = 164+139+102=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B66 is #5B7499. Grayscale: #8E8E8E. Windows color (decimal): -5993626 or 6720420. OLE color: 6720420.

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

Color convert

RGB164139102-
CMYK00.150.380.36
HSL35.81º25.41%52.16%-
HSV(B)35.81º37.8%64.31%-
XYZ26.9427.3216.42-
YUV142.26105.28143.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=40.49%
G=34.32%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413910200.150.380.3635.8125.4152.16
HexA48B660F2624241934
Octal2442131460174644443164
Binary101001001000101111001100111110011010010010010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B66; }

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

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

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

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

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

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

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

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