#A78B7B

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

Shades of Sandrift #A78B7B

Tints of Sandrift #A78B7B

Color information

#A78B7B (or 0xA78B7B) is unknown color: approx Sandrift. HEX triplet: A7, 8B and 7B. RGB value is (167,139,123). Sum of RGB (Red+Green+Blue) = 167+139+123=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78B7B is #587484. Grayscale: #919191. Windows color (decimal): -5796997 or 8096679. OLE color: 8096679.

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

Color convert

RGB167139123-
CMYK00.170.260.35
HSL21.82º20%56.86%-
HSV(B)21.82º26.35%65.49%-
XYZ28.7428.1122.65-
YUV145.55115.28143.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=38.93%
G=32.40%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713912300.170.260.3521.822056.86
HexA78B7B0111A23161439
Octal2472131730213243262471
Binary10100111100010111111011010001110101000111011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78B7B; }

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

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

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

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

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

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

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

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