#A5786A

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

Shades of Toast #A5786A

Tints of Toast #A5786A

Color information

#A5786A (or 0xA5786A) is unknown color: approx Toast. HEX triplet: A5, 78 and 6A. RGB value is (165,120,106). Sum of RGB (Red+Green+Blue) = 165+120+106=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5786A is #5A8795. Grayscale: #838383. Windows color (decimal): -5932950 or 6977701. OLE color: 6977701.

HSL color Cylindrical-coordinate representation of color #A5786A: hue angle of 14.24º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5786A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB165120106-
CMYK00.270.360.35
HSL14.24º24.69%53.14%-
HSV(B)14.24º35.76%64.71%-
XYZ24.8422.4716.66-
YUV131.86113.41151.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 120 (47.27% from 255) = 30.69%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=42.20%
G=30.69%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512010600.270.360.3514.2424.6953.14
HexA5786A01B2423e1935
Octal2451701520334443163165
Binary1010010111110001101010011011100100100011111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5786A; }

 p { color: rgb(165,120,106); }

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

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

 a { background-color: rgb(165,120,106); }

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

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

 span { border-color: rgb(165,120,106); }

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