#A78D78

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

Shades of Sandrift #A78D78

Tints of Sandrift #A78D78

Color information

#A78D78 (or 0xA78D78) is unknown color: approx Sandrift. HEX triplet: A7, 8D and 78. RGB value is (167,141,120). Sum of RGB (Red+Green+Blue) = 167+141+120=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78D78 is #587287. Grayscale: #929292. Windows color (decimal): -5796488 or 7900583. OLE color: 7900583.

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

Color convert

RGB167141120-
CMYK00.160.280.35
HSL26.81º21.08%56.27%-
HSV(B)26.81º28.14%65.49%-
XYZ28.8528.6221.77-
YUV146.38113.11142.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=39.02%
G=32.94%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714112000.160.280.3526.8121.0856.27
HexA78D780101C231b1538
Octal2472151700203443332570
Binary10100111100011011111000010000111001000111101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78D78; }

 p { color: rgb(167,141,120); }

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

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

 a { background-color: rgb(167,141,120); }

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

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

 span { border-color: rgb(167,141,120); }

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