#A37355

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

Shades of Toast #A37355

Tints of Toast #A37355

Color information

#A37355 (or 0xA37355) is unknown color: approx Toast. HEX triplet: A3, 73 and 55. RGB value is (163,115,85). Sum of RGB (Red+Green+Blue) = 163+115+85=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A37355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37355 is #5C8CAA. Grayscale: #7E7E7E. Windows color (decimal): -6065323 or 5600163. OLE color: 5600163.

HSL color Cylindrical-coordinate representation of color #A37355: hue angle of 23.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37355 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16311585-
CMYK00.290.480.36
HSL23.08º31.45%48.63%-
HSV(B)23.08º47.85%63.92%-
XYZ22.8720.711.38-
YUV125.93104.9154.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 85 (33.59% from 255) = 23.42%
R=44.90%
G=31.68%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631158500.290.480.3623.0831.4548.63
HexA3735501D3024171f31
Octal2431631250356044273761
Binary10100011111001110101010111011100001001001011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37355; }

 p { color: rgb(163,115,85); }

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

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

 a { background-color: rgb(163,115,85); }

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

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

 span { border-color: rgb(163,115,85); }

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