#A27362

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

Shades of Toast #A27362

Tints of Toast #A27362

Color information

#A27362 (or 0xA27362) is unknown color: approx Toast. HEX triplet: A2, 73 and 62. RGB value is (162,115,98). Sum of RGB (Red+Green+Blue) = 162+115+98=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A27362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27362 is #5D8C9D. Grayscale: #7F7F7F. Windows color (decimal): -6130846 or 6452130. OLE color: 6452130.

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

Color convert

RGB16211598-
CMYK00.290.400.36
HSL15.94º25.6%50.98%-
HSV(B)15.94º39.51%63.53%-
XYZ23.2420.8214.35-
YUV127.11111.57152.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=43.2%
G=30.67%
B=26.13%

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
Decimal1621159800.290.400.3615.9425.650.98
HexA2736201D2824101a33
Octal2421631420355044203263
Binary10100010111001111000100111011010001001001000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27362; }

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

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

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

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

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

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

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

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