#A67061

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

Shades of Toast #A67061

Tints of Toast #A67061

Color information

#A67061 (or 0xA67061) is unknown color: approx Toast. HEX triplet: A6, 70 and 61. RGB value is (166,112,97). Sum of RGB (Red+Green+Blue) = 166+112+97=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A67061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67061 is #598F9E. Grayscale: #7E7E7E. Windows color (decimal): -5869471 or 6385830. OLE color: 6385830.

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

Color convert

RGB16611297-
CMYK00.330.420.35
HSL13.04º27.94%51.57%-
HSV(B)13.04º41.57%65.1%-
XYZ23.6820.5614.03-
YUV126.44111.39156.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=44.27%
G=29.87%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661129700.330.420.3513.0427.9451.57
HexA670610212A23d1c34
Octal2461601410415243153464
Binary10100110111000011000010100001101010100011110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67061; }

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

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

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

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

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

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

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

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