#A78C7B

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

Shades of Sandrift #A78C7B

Tints of Sandrift #A78C7B

Color information

#A78C7B (or 0xA78C7B) is unknown color: approx Sandrift. HEX triplet: A7, 8C and 7B. RGB value is (167,140,123). Sum of RGB (Red+Green+Blue) = 167+140+123=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78C7B is #587384. Grayscale: #929292. Windows color (decimal): -5796741 or 8096935. OLE color: 8096935.

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

Color convert

RGB167140123-
CMYK00.160.260.35
HSL23.18º20%56.86%-
HSV(B)23.18º26.35%65.49%-
XYZ28.8928.422.7-
YUV146.14114.95142.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=38.84%
G=32.56%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714012300.160.260.3523.182056.86
HexA78C7B0101A23171439
Octal2472141730203243272471
Binary10100111100011001111011010000110101000111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78C7B; }

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

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

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

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

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

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

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

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