#A89080

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

Shades of Sandrift #A89080

Tints of Sandrift #A89080

Color information

#A89080 (or 0xA89080) is unknown color: approx Sandrift. HEX triplet: A8, 90 and 80. RGB value is (168,144,128). Sum of RGB (Red+Green+Blue) = 168+144+128=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A89080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89080 is #576F7F. Grayscale: #959595. Windows color (decimal): -5730176 or 8425640. OLE color: 8425640.

HSL color Cylindrical-coordinate representation of color #A89080: hue angle of 24º 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 #A89080 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168144128-
CMYK00.140.240.34
HSL24º18.69%58.04%-
HSV(B)24º23.81%65.88%-
XYZ30.0229.8324.6-
YUV149.35115.95141.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=38.18%
G=32.73%
B=29.09%

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
Decimal16814412800.140.240.342418.6958.04
HexA890800E182218133a
Octal2502202000163042302372
Binary10101000100100001000000001110110001000101100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89080; }

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

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

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

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

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

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

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

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