#A67261

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

Shades of Toast #A67261

Tints of Toast #A67261

Color information

#A67261 (or 0xA67261) is unknown color: approx Toast. HEX triplet: A6, 72 and 61. RGB value is (166,114,97). Sum of RGB (Red+Green+Blue) = 166+114+97=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A67261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67261 is #598D9E. Grayscale: #7F7F7F. Windows color (decimal): -5868959 or 6386342. OLE color: 6386342.

HSL color Cylindrical-coordinate representation of color #A67261: hue angle of 14.78º 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 #A67261 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16611497-
CMYK00.310.420.35
HSL14.78º27.94%51.57%-
HSV(B)14.78º41.57%65.1%-
XYZ23.92114.1-
YUV127.61110.73155.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=44.03%
G=30.24%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661149700.310.420.3514.7827.9451.57
HexA6726101F2A23f1c34
Octal2461621410375243173464
Binary1010011011100101100001011111101010100011111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67261; }

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

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

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

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

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

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

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

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