#A78F7C

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

Shades of Sandrift #A78F7C

Tints of Sandrift #A78F7C

Color information

#A78F7C (or 0xA78F7C) is unknown color: approx Sandrift. HEX triplet: A7, 8F and 7C. RGB value is (167,143,124). Sum of RGB (Red+Green+Blue) = 167+143+124=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78F7C is #587083. Grayscale: #949494. Windows color (decimal): -5795972 or 8163239. OLE color: 8163239.

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

Color convert

RGB167143124-
CMYK00.140.260.35
HSL26.51º19.63%57.06%-
HSV(B)26.51º25.75%65.49%-
XYZ29.429.3223.18-
YUV148.01114.45141.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=38.48%
G=32.95%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714312400.140.260.3526.5119.6357.06
HexA78F7C0E1A231b1439
Octal2472171740163243332471
Binary1010011110001111111110001110110101000111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F7C; }

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

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

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

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

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

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

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

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