#A78B80

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

Shades of Sandrift #A78B80

Tints of Sandrift #A78B80

Color information

#A78B80 (or 0xA78B80) is unknown color: approx Sandrift. HEX triplet: A7, 8B and 80. RGB value is (167,139,128). Sum of RGB (Red+Green+Blue) = 167+139+128=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78B80 is #58747F. Grayscale: #929292. Windows color (decimal): -5796992 or 8424359. OLE color: 8424359.

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

Color convert

RGB167139128-
CMYK00.170.230.35
HSL16.92º18.14%57.84%-
HSV(B)16.92º23.35%65.49%-
XYZ29.0728.2424.34-
YUV146.12117.78142.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=38.48%
G=32.03%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713912800.170.230.3516.9218.1457.84
HexA78B80011172311123a
Octal2472132000212743212272
Binary101001111000101110000000010001101111000111000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78B80; }

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

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

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

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

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

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

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

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