#A78D7C

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

Shades of Sandrift #A78D7C

Tints of Sandrift #A78D7C

Color information

#A78D7C (or 0xA78D7C) is unknown color: approx Sandrift. HEX triplet: A7, 8D and 7C. RGB value is (167,141,124). Sum of RGB (Red+Green+Blue) = 167+141+124=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78D7C is #587283. Grayscale: #929292. Windows color (decimal): -5796484 or 8162727. OLE color: 8162727.

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

Color convert

RGB167141124-
CMYK00.160.260.35
HSL23.72º19.63%57.06%-
HSV(B)23.72º25.75%65.49%-
XYZ29.128.7223.08-
YUV146.84115.11142.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=38.66%
G=32.64%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714112400.160.260.3523.7219.6357.06
HexA78D7C0101A23181439
Octal2472151740203243302471
Binary10100111100011011111100010000110101000111100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78D7C; }

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

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

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

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

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

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

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

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