#a67461

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

Shades of Toast #A67461

Tints of Toast #A67461

Color information

#A67461 (or 0xA67461) is unknown color: approx Toast. HEX triplet: A6, 74 and 61. RGB value is (166,116,97). Sum of RGB (Red+Green+Blue) = 166+116+97=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A67461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67461 is #598B9E. Grayscale: #808080. Windows color (decimal): -5868447 or 6386854. OLE color: 6386854.

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

Color convert

RGB16611697-
CMYK00.300.420.35
HSL16.52º27.94%51.57%-
HSV(B)16.52º41.57%65.1%-
XYZ24.1321.4614.18-
YUV128.78110.06154.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=43.80%
G=30.61%
B=25.59%

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
Decimal1661169700.300.420.3516.5227.9451.57
HexA6746101E2A23111c34
Octal2461641410365243213464
Binary10100110111010011000010111101010101000111000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a67461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a67461; }

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

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

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

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

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

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

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

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