#A8876A

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

Shades of Sandal #A8876A

Tints of Sandal #A8876A

Color information

#A8876A (or 0xA8876A) is unknown color: approx Sandal. HEX triplet: A8, 87 and 6A. RGB value is (168,135,106). Sum of RGB (Red+Green+Blue) = 168+135+106=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8876A is #577895. Grayscale: #8D8D8D. Windows color (decimal): -5732502 or 6981544. OLE color: 6981544.

HSL color Cylindrical-coordinate representation of color #A8876A: hue angle of 28.06º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8876A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB168135106-
CMYK00.200.370.34
HSL28.06º26.27%53.73%-
HSV(B)28.06º36.9%65.88%-
XYZ27.4126.6917.34-
YUV141.56107.93146.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=41.08%
G=33.01%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813510600.200.370.3428.0626.2753.73
HexA8876A01425221c1a36
Octal2502071520244542343266
Binary101010001000011111010100101001001011000101110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8876A; }

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

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

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

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

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

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

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

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