#A67460

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

Shades of Toast #A67460

Tints of Toast #A67460

Color information

#A67460 (or 0xA67460) is unknown color: approx Toast. HEX triplet: A6, 74 and 60. RGB value is (166,116,96). Sum of RGB (Red+Green+Blue) = 166+116+96=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A67460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67460 is #598B9F. Grayscale: #808080. Windows color (decimal): -5868448 or 6321318. OLE color: 6321318.

HSL color Cylindrical-coordinate representation of color #A67460: hue angle of 17.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67460 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16611696-
CMYK00.300.420.35
HSL17.14º28.23%51.37%-
HSV(B)17.14º42.17%65.1%-
XYZ24.0821.4413.94-
YUV128.67109.56154.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 96 (37.89% from 255) = 25.40%
R=43.92%
G=30.69%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661169600.300.420.3517.1428.2351.37
HexA6746001E2A23111c33
Octal2461641400365243213463
Binary10100110111010011000000111101010101000111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67460; }

 p { color: rgb(166,116,96); }

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

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

 a { background-color: rgb(166,116,96); }

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

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

 span { border-color: rgb(166,116,96); }

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