#A37466

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

Shades of Toast #A37466

Tints of Toast #A37466

Color information

#A37466 (or 0xA37466) is unknown color: approx Toast. HEX triplet: A3, 74 and 66. RGB value is (163,116,102). Sum of RGB (Red+Green+Blue) = 163+116+102=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A37466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37466 is #5C8B99. Grayscale: #808080. Windows color (decimal): -6065050 or 6714531. OLE color: 6714531.

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

Color convert

RGB163116102-
CMYK00.290.370.36
HSL13.77º24.9%51.96%-
HSV(B)13.77º37.42%63.92%-
XYZ23.7521.2415.42-
YUV128.46113.07152.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=42.78%
G=30.45%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311610200.290.370.3613.7724.951.96
HexA3746601D2524e1934
Octal2431641460354544163164
Binary1010001111101001100110011101100101100100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37466; }

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

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

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

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

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

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

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

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