#A67364

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

Shades of Toast #A67364

Tints of Toast #A67364

Color information

#A67364 (or 0xA67364) is unknown color: approx Toast. HEX triplet: A6, 73 and 64. RGB value is (166,115,100). Sum of RGB (Red+Green+Blue) = 166+115+100=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A67364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67364 is #598C9B. Grayscale: #808080. Windows color (decimal): -5868700 or 6583206. OLE color: 6583206.

HSL color Cylindrical-coordinate representation of color #A67364: hue angle of 13.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A67364 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB166115100-
CMYK00.310.400.35
HSL13.64º27.05%52.16%-
HSV(B)13.64º39.76%65.1%-
XYZ24.1621.2914.89-
YUV128.54111.9154.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=43.57%
G=30.18%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611510000.310.400.3513.6427.0552.16
HexA6736401F2823e1b34
Octal2461631440375043163364
Binary1010011011100111100100011111101000100011111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67364; }

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

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

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

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

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

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

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

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