#A37465

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

Shades of Toast #A37465

Tints of Toast #A37465

Color information

#A37465 (or 0xA37465) is unknown color: approx Toast. HEX triplet: A3, 74 and 65. RGB value is (163,116,101). Sum of RGB (Red+Green+Blue) = 163+116+101=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A37465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37465 is #5C8B9A. Grayscale: #808080. Windows color (decimal): -6065051 or 6648995. OLE color: 6648995.

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

Color convert

RGB163116101-
CMYK00.290.380.36
HSL14.52º25.2%51.76%-
HSV(B)14.52º38.04%63.92%-
XYZ23.721.2215.16-
YUV128.34112.57152.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=42.89%
G=30.53%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311610100.290.380.3614.5225.251.76
HexA3746501D2624f1934
Octal2431641450354644173164
Binary1010001111101001100101011101100110100100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37465; }

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

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

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

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

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

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

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

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