#A89083

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

Shades of Sandrift #A89083

Tints of Sandrift #A89083

Color information

#A89083 (or 0xA89083) is unknown color: approx Sandrift. HEX triplet: A8, 90 and 83. RGB value is (168,144,131). Sum of RGB (Red+Green+Blue) = 168+144+131=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A89083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89083 is #576F7C. Grayscale: #959595. Windows color (decimal): -5730173 or 8622248. OLE color: 8622248.

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

Color convert

RGB168144131-
CMYK00.140.220.34
HSL21.08º17.54%58.63%-
HSV(B)21.08º22.02%65.88%-
XYZ30.2229.9125.65-
YUV149.69117.45141.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=37.92%
G=32.51%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814413100.140.220.3421.0817.5458.63
HexA890830E162215123b
Octal2502202030162642252273
Binary10101000100100001000001101110101101000101010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89083; }

 p { color: rgb(168,144,131); }

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

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

 a { background-color: rgb(168,144,131); }

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

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

 span { border-color: rgb(168,144,131); }

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