#A2776B

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

Shades of Toast #A2776B

Tints of Toast #A2776B

Color information

#A2776B (or 0xA2776B) is unknown color: approx Toast. HEX triplet: A2, 77 and 6B. RGB value is (162,119,107). Sum of RGB (Red+Green+Blue) = 162+119+107=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2776B is #5D8894. Grayscale: #828282. Windows color (decimal): -6129813 or 7042978. OLE color: 7042978.

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

Color convert

RGB162119107-
CMYK00.270.340.36
HSL13.09º22.82%52.75%-
HSV(B)13.09º33.95%63.53%-
XYZ24.1521.9416.87-
YUV130.49114.75150.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=41.75%
G=30.67%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211910700.270.340.3613.0922.8252.75
HexA2776B01B2224d1735
Octal2421671530334244152765
Binary1010001011101111101011011011100010100100110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2776B; }

 p { color: rgb(162,119,107); }

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

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

 a { background-color: rgb(162,119,107); }

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

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

 span { border-color: rgb(162,119,107); }

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