#A67760

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

Shades of Toast #A67760

Tints of Toast #A67760

Color information

#A67760 (or 0xA67760) is unknown color: approx Toast. HEX triplet: A6, 77 and 60. RGB value is (166,119,96). Sum of RGB (Red+Green+Blue) = 166+119+96=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A67760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67760 is #59889F. Grayscale: #828282. Windows color (decimal): -5867680 or 6322086. OLE color: 6322086.

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

Color convert

RGB16611996-
CMYK00.280.420.35
HSL19.71º28.23%51.37%-
HSV(B)19.71º42.17%65.1%-
XYZ24.4322.1514.05-
YUV130.43108.57153.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=43.57%
G=31.23%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661199600.280.420.3519.7128.2351.37
HexA6776001C2A23141c33
Octal2461671400345243243463
Binary10100110111011111000000111001010101000111010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67760; }

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

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

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

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

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

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

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

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