#A7886A

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

Shades of Sandal #A7886A

Tints of Sandal #A7886A

Color information

#A7886A (or 0xA7886A) is unknown color: approx Sandal. HEX triplet: A7, 88 and 6A. RGB value is (167,136,106). Sum of RGB (Red+Green+Blue) = 167+136+106=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7886A is #587795. Grayscale: #8E8E8E. Windows color (decimal): -5797782 or 6981799. OLE color: 6981799.

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

Color convert

RGB167136106-
CMYK00.190.370.35
HSL29.51º25.74%53.53%-
HSV(B)29.51º36.53%65.49%-
XYZ27.3426.8617.38-
YUV141.85107.77145.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 106 (41.80% from 255) = 25.92%
R=40.83%
G=33.25%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713610600.190.370.3529.5125.7453.53
HexA7886A01325231e1a36
Octal2472101520234543363266
Binary101001111000100011010100100111001011000111111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7886A; }

 p { color: rgb(167,136,106); }

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

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

 a { background-color: rgb(167,136,106); }

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

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

 span { border-color: rgb(167,136,106); }

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