#A27361

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

Shades of Toast #A27361

Tints of Toast #A27361

Color information

#A27361 (or 0xA27361) is unknown color: approx Toast. HEX triplet: A2, 73 and 61. RGB value is (162,115,97). Sum of RGB (Red+Green+Blue) = 162+115+97=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A27361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27361 is #5D8C9E. Grayscale: #7F7F7F. Windows color (decimal): -6130847 or 6386594. OLE color: 6386594.

HSL color Cylindrical-coordinate representation of color #A27361: hue angle of 16.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A27361 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16211597-
CMYK00.290.400.36
HSL16.62º25.9%50.78%-
HSV(B)16.62º40.12%63.53%-
XYZ23.1920.8114.1-
YUV127111.07152.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=43.32%
G=30.75%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621159700.290.400.3616.6225.950.78
HexA2736101D2824111a33
Octal2421631410355044213263
Binary10100010111001111000010111011010001001001000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27361; }

 p { color: rgb(162,115,97); }

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

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

 a { background-color: rgb(162,115,97); }

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

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

 span { border-color: rgb(162,115,97); }

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