#A78E82

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

Shades of Sandrift #A78E82

Tints of Sandrift #A78E82

Color information

#A78E82 (or 0xA78E82) is unknown color: approx Sandrift. HEX triplet: A7, 8E and 82. RGB value is (167,142,130). Sum of RGB (Red+Green+Blue) = 167+142+130=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78E82 is #58717D. Grayscale: #949494. Windows color (decimal): -5796222 or 8556199. OLE color: 8556199.

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

Color convert

RGB167142130-
CMYK00.150.220.35
HSL19.46º17.37%58.24%-
HSV(B)19.46º22.16%65.49%-
XYZ29.6429.1725.19-
YUV148.11117.78141.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=38.04%
G=32.35%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714213000.150.220.3519.4617.3758.24
HexA78E820F162313113a
Octal2472162020172643232172
Binary10100111100011101000001001111101101000111001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78E82; }

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

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

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

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

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

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

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

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