#A2775E

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

Shades of Toast #A2775E

Tints of Toast #A2775E

Color information

#A2775E (or 0xA2775E) is unknown color: approx Toast. HEX triplet: A2, 77 and 5E. RGB value is (162,119,94). Sum of RGB (Red+Green+Blue) = 162+119+94=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2775E is #5D88A1. Grayscale: #818181. Windows color (decimal): -6129826 or 6191010. OLE color: 6191010.

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

Color convert

RGB16211994-
CMYK00.270.420.36
HSL22.06º26.77%50.2%-
HSV(B)22.06º41.98%63.53%-
XYZ23.5221.6813.54-
YUV129.01108.25151.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=43.2%
G=31.73%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621199400.270.420.3622.0626.7750.2
HexA2775E01B2A24161b32
Octal2421671360335244263362
Binary10100010111011110111100110111010101001001011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2775E; }

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

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

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

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

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

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

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

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