#A5786B

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

Shades of Toast #A5786B

Tints of Toast #A5786B

Color information

#A5786B (or 0xA5786B) is unknown color: approx Toast. HEX triplet: A5, 78 and 6B. RGB value is (165,120,107). Sum of RGB (Red+Green+Blue) = 165+120+107=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5786B is #5A8794. Grayscale: #848484. Windows color (decimal): -5932949 or 7043237. OLE color: 7043237.

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

Color convert

RGB165120107-
CMYK00.270.350.35
HSL13.45º24.37%53.33%-
HSV(B)13.45º35.15%64.71%-
XYZ24.8922.4916.94-
YUV131.97113.91151.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=42.09%
G=30.61%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512010700.270.350.3513.4524.3753.33
HexA5786B01B2323d1835
Octal2451701530334343153065
Binary1010010111110001101011011011100011100011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5786B; }

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

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

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

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

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

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

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

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