#A0846A

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

Shades of Sandal #A0846A

Tints of Sandal #A0846A

Color information

#A0846A (or 0xA0846A) is unknown color: approx Sandal. HEX triplet: A0, 84 and 6A. RGB value is (160,132,106). Sum of RGB (Red+Green+Blue) = 160+132+106=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0846A is #5F7B95. Grayscale: #898989. Windows color (decimal): -6257558 or 6980768. OLE color: 6980768.

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

Color convert

RGB160132106-
CMYK00.170.340.37
HSL28.89º22.13%52.16%-
HSV(B)28.89º33.75%62.75%-
XYZ25.3525.0217.13-
YUV137.41110.28144.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=40.20%
G=33.17%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013210600.170.340.3728.8922.1352.16
HexA0846A01122251d1634
Octal2402041520214245352664
Binary101000001000010011010100100011000101001011110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0846A; }

 p { color: rgb(160,132,106); }

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

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

 a { background-color: rgb(160,132,106); }

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

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

 span { border-color: rgb(160,132,106); }

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