#A2775F

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

Shades of Toast #A2775F

Tints of Toast #A2775F

Color information

#A2775F (or 0xA2775F) is unknown color: approx Toast. HEX triplet: A2, 77 and 5F. RGB value is (162,119,95). Sum of RGB (Red+Green+Blue) = 162+119+95=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2775F is #5D88A0. Grayscale: #818181. Windows color (decimal): -6129825 or 6256546. OLE color: 6256546.

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

Color convert

RGB16211995-
CMYK00.270.410.36
HSL21.49º26.48%50.39%-
HSV(B)21.49º41.36%63.53%-
XYZ23.5621.713.77-
YUV129.12108.75151.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=43.09%
G=31.65%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621199500.270.410.3621.4926.4850.39
HexA2775F01B2924151a32
Octal2421671370335144253262
Binary10100010111011110111110110111010011001001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2775F; }

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

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

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

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

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

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

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

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