#A67260

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

Shades of Toast #A67260

Tints of Toast #A67260

Color information

#A67260 (or 0xA67260) is unknown color: approx Toast. HEX triplet: A6, 72 and 60. RGB value is (166,114,96). Sum of RGB (Red+Green+Blue) = 166+114+96=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A67260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67260 is #598D9F. Grayscale: #7F7F7F. Windows color (decimal): -5868960 or 6320806. OLE color: 6320806.

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

Color convert

RGB16611496-
CMYK00.310.420.35
HSL15.43º28.23%51.37%-
HSV(B)15.43º42.17%65.1%-
XYZ23.8520.9913.86-
YUV127.5110.23155.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=44.15%
G=30.32%
B=25.53%

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
Decimal1661149600.310.420.3515.4328.2351.37
HexA6726001F2A23f1c33
Octal2461621400375243173463
Binary1010011011100101100000011111101010100011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67260; }

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

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

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

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

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

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

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

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