#A26D59

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

Shades of Toast #A26D59

Tints of Toast #A26D59

Color information

#A26D59 (or 0xA26D59) is unknown color: approx Toast. HEX triplet: A2, 6D and 59. RGB value is (162,109,89). Sum of RGB (Red+Green+Blue) = 162+109+89=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D59 is #5D92A6. Grayscale: #7A7A7A. Windows color (decimal): -6132391 or 5860770. OLE color: 5860770.

HSL color Cylindrical-coordinate representation of color #A26D59: hue angle of 16.44º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A26D59 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16210989-
CMYK00.330.450.36
HSL16.44º29.08%49.22%-
HSV(B)16.44º45.06%63.53%-
XYZ22.1719.3412.02-
YUV122.57109.06156.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 89 (35.16% from 255) = 24.72%
R=45%
G=30.28%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621098900.330.450.3616.4429.0849.22
HexA26D590212D24101d31
Octal2421551310415544203561
Binary101000101101101101100101000011011011001001000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D59; }

 p { color: rgb(162,109,89); }

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

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

 a { background-color: rgb(162,109,89); }

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

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

 span { border-color: rgb(162,109,89); }

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