#A89180

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

Shades of Sandrift #A89180

Tints of Sandrift #A89180

Color information

#A89180 (or 0xA89180) is unknown color: approx Sandrift. HEX triplet: A8, 91 and 80. RGB value is (168,145,128). Sum of RGB (Red+Green+Blue) = 168+145+128=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A89180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89180 is #576E7F. Grayscale: #969696. Windows color (decimal): -5729920 or 8425896. OLE color: 8425896.

HSL color Cylindrical-coordinate representation of color #A89180: hue angle of 25.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89180 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168145128-
CMYK00.140.240.34
HSL25.5º18.69%58.04%-
HSV(B)25.5º23.81%65.88%-
XYZ30.1730.1324.65-
YUV149.94115.62140.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=38.10%
G=32.88%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814512800.140.240.3425.518.6958.04
HexA891800E18221a133a
Octal2502212000163042322372
Binary10101000100100011000000001110110001000101101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89180; }

 p { color: rgb(168,145,128); }

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

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

 a { background-color: rgb(168,145,128); }

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

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

 span { border-color: rgb(168,145,128); }

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