#A6876A

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

Shades of Sandal #A6876A

Tints of Sandal #A6876A

Color information

#A6876A (or 0xA6876A) is unknown color: approx Sandal. HEX triplet: A6, 87 and 6A. RGB value is (166,135,106). Sum of RGB (Red+Green+Blue) = 166+135+106=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6876A is #597895. Grayscale: #8D8D8D. Windows color (decimal): -5863574 or 6981542. OLE color: 6981542.

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

Color convert

RGB166135106-
CMYK00.190.360.35
HSL29º25.21%53.33%-
HSV(B)29º36.14%65.1%-
XYZ26.9926.4817.32-
YUV140.96108.27145.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=40.79%
G=33.17%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613510600.190.360.352925.2153.33
HexA6876A01324231d1935
Octal2462071520234443353165
Binary101001101000011111010100100111001001000111110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6876A; }

 p { color: rgb(166,135,106); }

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

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

 a { background-color: rgb(166,135,106); }

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

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

 span { border-color: rgb(166,135,106); }

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