#A79084

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

Shades of Sandrift #A79084

Tints of Sandrift #A79084

Color information

#A79084 (or 0xA79084) is unknown color: approx Sandrift. HEX triplet: A7, 90 and 84. RGB value is (167,144,132). Sum of RGB (Red+Green+Blue) = 167+144+132=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 167 - color contains mainly: red. Hex color #A79084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79084 is #586F7B. Grayscale: #959595. Windows color (decimal): -5795708 or 8687783. OLE color: 8687783.

HSL color Cylindrical-coordinate representation of color #A79084: hue angle of 20.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A79084 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB167144132-
CMYK00.140.210.35
HSL20.57º16.59%58.63%-
HSV(B)20.57º20.96%65.49%-
XYZ30.0729.8326-
YUV149.51118.12140.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.70%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=37.70%
G=32.51%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714413200.140.210.3520.5716.5958.63
HexA790840E152315113b
Octal2472202040162543252173
Binary10100111100100001000010001110101011000111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79084; }

 p { color: rgb(167,144,132); }

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

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

 a { background-color: rgb(167,144,132); }

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

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

 span { border-color: rgb(167,144,132); }

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