#A78F82

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

Shades of Sandrift #A78F82

Tints of Sandrift #A78F82

Color information

#A78F82 (or 0xA78F82) is unknown color: approx Sandrift. HEX triplet: A7, 8F and 82. RGB value is (167,143,130). Sum of RGB (Red+Green+Blue) = 167+143+130=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78F82 is #58707D. Grayscale: #949494. Windows color (decimal): -5795966 or 8556455. OLE color: 8556455.

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

Color convert

RGB167143130-
CMYK00.140.220.35
HSL21.08º17.37%58.24%-
HSV(B)21.08º22.16%65.49%-
XYZ29.7929.4725.24-
YUV148.69117.45141.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 143 (56.25% from 255) = 32.5%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=37.95%
G=32.5%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714313000.140.220.3521.0817.3758.24
HexA78F820E162315113a
Octal2472172020162643252172
Binary10100111100011111000001001110101101000111010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F82; }

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

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

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

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

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

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

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

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