#A37464

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

Shades of Toast #A37464

Tints of Toast #A37464

Color information

#A37464 (or 0xA37464) is unknown color: approx Toast. HEX triplet: A3, 74 and 64. RGB value is (163,116,100). Sum of RGB (Red+Green+Blue) = 163+116+100=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A37464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37464 is #5C8B9B. Grayscale: #808080. Windows color (decimal): -6065052 or 6583459. OLE color: 6583459.

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

Color convert

RGB163116100-
CMYK00.290.390.36
HSL15.24º25.51%51.57%-
HSV(B)15.24º38.65%63.92%-
XYZ23.6521.214.9-
YUV128.23112.07152.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 100 (39.45% from 255) = 26.39%
R=43.01%
G=30.61%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311610000.290.390.3615.2425.5151.57
HexA3746401D2724f1a34
Octal2431641440354744173264
Binary1010001111101001100100011101100111100100111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37464; }

 p { color: rgb(163,116,100); }

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

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

 a { background-color: rgb(163,116,100); }

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

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

 span { border-color: rgb(163,116,100); }

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