#A89079

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

Shades of Sandrift #A89079

Tints of Sandrift #A89079

Color information

#A89079 (or 0xA89079) is unknown color: approx Sandrift. HEX triplet: A8, 90 and 79. RGB value is (168,144,121). Sum of RGB (Red+Green+Blue) = 168+144+121=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A89079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89079 is #576F86. Grayscale: #949494. Windows color (decimal): -5730183 or 7966888. OLE color: 7966888.

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

Color convert

RGB168144121-
CMYK00.140.280.34
HSL29.36º21.27%56.67%-
HSV(B)29.36º27.98%65.88%-
XYZ29.5729.6522.25-
YUV148.55112.45141.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=38.80%
G=33.26%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814412100.140.280.3429.3621.2756.67
HexA890790E1C221d1539
Octal2502201710163442352571
Binary1010100010010000111100101110111001000101110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89079; }

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

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

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

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

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

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

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

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