#A4866A

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

Shades of Sandal #A4866A

Tints of Sandal #A4866A

Color information

#A4866A (or 0xA4866A) is unknown color: approx Sandal. HEX triplet: A4, 86 and 6A. RGB value is (164,134,106). Sum of RGB (Red+Green+Blue) = 164+134+106=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4866A is #5B7995. Grayscale: #8B8B8B. Windows color (decimal): -5994902 or 6981284. OLE color: 6981284.

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

Color convert

RGB164134106-
CMYK00.180.350.36
HSL28.97º24.17%52.94%-
HSV(B)28.97º35.37%64.31%-
XYZ26.4425.9817.26-
YUV139.78108.94145.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=40.59%
G=33.17%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413410600.180.350.3628.9724.1752.94
HexA4866A01223241d1835
Octal2442061520224344353065
Binary101001001000011011010100100101000111001001110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4866A; }

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

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

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

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

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

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

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

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