#A27163

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

Shades of Toast #A27163

Tints of Toast #A27163

Color information

#A27163 (or 0xA27163) is unknown color: approx Toast. HEX triplet: A2, 71 and 63. RGB value is (162,113,99). Sum of RGB (Red+Green+Blue) = 162+113+99=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A27163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27163 is #5D8E9C. Grayscale: #7E7E7E. Windows color (decimal): -6131357 or 6517154. OLE color: 6517154.

HSL color Cylindrical-coordinate representation of color #A27163: hue angle of 13.33º 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 #A27163 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16211399-
CMYK00.300.390.36
HSL13.33º25.3%51.18%-
HSV(B)13.33º38.89%63.53%-
XYZ23.0620.3914.53-
YUV126.06112.73153.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=43.32%
G=30.21%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621139900.300.390.3613.3325.351.18
HexA2716301E2724d1933
Octal2421611430364744153163
Binary1010001011100011100011011110100111100100110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27163; }

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

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

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

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

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

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

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

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