#A67360

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

Shades of Toast #A67360

Tints of Toast #A67360

Color information

#A67360 (or 0xA67360) is unknown color: approx Toast. HEX triplet: A6, 73 and 60. RGB value is (166,115,96). Sum of RGB (Red+Green+Blue) = 166+115+96=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A67360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67360 is #598C9F. Grayscale: #808080. Windows color (decimal): -5868704 or 6321062. OLE color: 6321062.

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

Color convert

RGB16611596-
CMYK00.310.420.35
HSL16.29º28.23%51.37%-
HSV(B)16.29º42.17%65.1%-
XYZ23.9721.2113.9-
YUV128.08109.9155.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=44.03%
G=30.50%
B=25.46%

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
Decimal1661159600.310.420.3516.2928.2351.37
HexA6736001F2A23101c33
Octal2461631400375243203463
Binary10100110111001111000000111111010101000111000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67360; }

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

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

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

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

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

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

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

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