#A26E63

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

Shades of Toast #A26E63

Tints of Toast #A26E63

Color information

#A26E63 (or 0xA26E63) is unknown color: approx Toast. HEX triplet: A2, 6E and 63. RGB value is (162,110,99). Sum of RGB (Red+Green+Blue) = 162+110+99=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26E63 is #5D919C. Grayscale: #7C7C7C. Windows color (decimal): -6132125 or 6516386. OLE color: 6516386.

HSL color Cylindrical-coordinate representation of color #A26E63: hue angle of 10.48º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A26E63 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16211099-
CMYK00.320.390.36
HSL10.48º25.3%51.18%-
HSV(B)10.48º38.89%63.53%-
XYZ22.7319.7314.42-
YUV124.29113.73154.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=43.67%
G=29.65%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621109900.320.390.3610.4825.351.18
HexA26E630202724a1933
Octal2421561430404744123163
Binary10100010110111011000110100000100111100100101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E63; }

 p { color: rgb(162,110,99); }

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

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

 a { background-color: rgb(162,110,99); }

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

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

 span { border-color: rgb(162,110,99); }

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