#A0826B

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

Shades of Sandal #A0826B

Tints of Sandal #A0826B

Color information

#A0826B (or 0xA0826B) is unknown color: approx Sandal. HEX triplet: A0, 82 and 6B. RGB value is (160,130,107). Sum of RGB (Red+Green+Blue) = 160+130+107=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A0826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0826B is #5F7D94. Grayscale: #888888. Windows color (decimal): -6258069 or 7045792. OLE color: 7045792.

HSL color Cylindrical-coordinate representation of color #A0826B: hue angle of 26.04º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0826B is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB160130107-
CMYK00.190.330.37
HSL26.04º21.81%52.35%-
HSV(B)26.04º33.13%62.75%-
XYZ25.1324.517.31-
YUV136.35111.44144.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=40.30%
G=32.75%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013010700.190.330.3726.0421.8152.35
HexA0826B01321251a1634
Octal2402021530234145322664
Binary101000001000001011010110100111000011001011101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0826B; }

 p { color: rgb(160,130,107); }

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

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

 a { background-color: rgb(160,130,107); }

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

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

 span { border-color: rgb(160,130,107); }

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