#A67363

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

Shades of Toast #A67363

Tints of Toast #A67363

Color information

#A67363 (or 0xA67363) is unknown color: approx Toast. HEX triplet: A6, 73 and 63. RGB value is (166,115,99). Sum of RGB (Red+Green+Blue) = 166+115+99=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A67363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67363 is #598C9C. Grayscale: #808080. Windows color (decimal): -5868701 or 6517670. OLE color: 6517670.

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

Color convert

RGB16611599-
CMYK00.310.400.35
HSL14.33º27.35%51.96%-
HSV(B)14.33º40.36%65.1%-
XYZ24.1121.2714.64-
YUV128.42111.4154.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=43.68%
G=30.26%
B=26.05%

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
Decimal1661159900.310.400.3514.3327.3551.96
HexA6736301F2823e1b34
Octal2461631430375043163364
Binary1010011011100111100011011111101000100011111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67363; }

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

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

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

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

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

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

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

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