#A78C80

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

Shades of Sandrift #A78C80

Tints of Sandrift #A78C80

Color information

#A78C80 (or 0xA78C80) is unknown color: approx Sandrift. HEX triplet: A7, 8C and 80. RGB value is (167,140,128). Sum of RGB (Red+Green+Blue) = 167+140+128=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78C80 is #58737F. Grayscale: #929292. Windows color (decimal): -5796736 or 8424615. OLE color: 8424615.

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

Color convert

RGB167140128-
CMYK00.160.230.35
HSL18.46º18.14%57.84%-
HSV(B)18.46º23.35%65.49%-
XYZ29.2128.5324.39-
YUV146.71117.45142.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=38.39%
G=32.18%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714012800.160.230.3518.4618.1457.84
HexA78C80010172312123a
Octal2472142000202743222272
Binary101001111000110010000000010000101111000111001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78C80; }

 p { color: rgb(167,140,128); }

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

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

 a { background-color: rgb(167,140,128); }

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

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

 span { border-color: rgb(167,140,128); }

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