#a2766a

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

Shades of Toast #A2766A

Tints of Toast #A2766A

Color information

#A2766A (or 0xA2766A) is unknown color: approx Toast. HEX triplet: A2, 76 and 6A. RGB value is (162,118,106). Sum of RGB (Red+Green+Blue) = 162+118+106=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2766A is #5D8995. Grayscale: #818181. Windows color (decimal): -6130070 or 6977186. OLE color: 6977186.

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

Color convert

RGB162118106-
CMYK00.270.350.36
HSL12.86º23.14%52.55%-
HSV(B)12.86º34.57%63.53%-
XYZ23.9821.6816.56-
YUV129.79114.58150.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=41.97%
G=30.57%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211810600.270.350.3612.8623.1452.55
HexA2766A01B2324d1735
Octal2421661520334344152765
Binary1010001011101101101010011011100011100100110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2766a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2766a; }

 p { color: rgb(162,118,106); }

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

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

 a { background-color: rgb(162,118,106); }

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

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

 span { border-color: rgb(162,118,106); }

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