#A67863

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

Shades of Toast #A67863

Tints of Toast #A67863

Color information

#A67863 (or 0xA67863) is unknown color: approx Toast. HEX triplet: A6, 78 and 63. RGB value is (166,120,99). Sum of RGB (Red+Green+Blue) = 166+120+99=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A67863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67863 is #59879C. Grayscale: #838383. Windows color (decimal): -5867421 or 6518950. OLE color: 6518950.

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

Color convert

RGB16612099-
CMYK00.280.400.35
HSL18.81º27.35%51.96%-
HSV(B)18.81º40.36%65.1%-
XYZ24.6922.4414.83-
YUV131.36109.74152.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 99 (39.06% from 255) = 25.71%
R=43.12%
G=31.17%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661209900.280.400.3518.8127.3551.96
HexA6786301C2823131b34
Octal2461701430345043233364
Binary10100110111100011000110111001010001000111001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67863; }

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

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

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

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

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

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

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

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