#A78E7B

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

Shades of Sandrift #A78E7B

Tints of Sandrift #A78E7B

Color information

#A78E7B (or 0xA78E7B) is unknown color: approx Sandrift. HEX triplet: A7, 8E and 7B. RGB value is (167,142,123). Sum of RGB (Red+Green+Blue) = 167+142+123=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E7B is #587184. Grayscale: #939393. Windows color (decimal): -5796229 or 8097447. OLE color: 8097447.

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

Color convert

RGB167142123-
CMYK00.150.260.35
HSL25.91º20%56.86%-
HSV(B)25.91º26.35%65.49%-
XYZ29.1828.9922.8-
YUV147.31114.28142.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 123 (48.44% from 255) = 28.47%
R=38.66%
G=32.87%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714212300.150.260.3525.912056.86
HexA78E7B0F1A231a1439
Octal2472161730173243322471
Binary1010011110001110111101101111110101000111101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78E7B; }

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

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

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

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

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

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

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

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