#A67864

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

Shades of Toast #A67864

Tints of Toast #A67864

Color information

#A67864 (or 0xA67864) is unknown color: approx Toast. HEX triplet: A6, 78 and 64. RGB value is (166,120,100). Sum of RGB (Red+Green+Blue) = 166+120+100=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A67864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67864 is #59879B. Grayscale: #838383. Windows color (decimal): -5867420 or 6584486. OLE color: 6584486.

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

Color convert

RGB166120100-
CMYK00.280.400.35
HSL18.18º27.05%52.16%-
HSV(B)18.18º39.76%65.1%-
XYZ24.7422.4615.09-
YUV131.47110.24152.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 100 (39.45% from 255) = 25.91%
R=43.01%
G=31.09%
B=25.91%

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
Decimal16612010000.280.400.3518.1827.0552.16
HexA6786401C2823121b34
Octal2461701440345043223364
Binary10100110111100011001000111001010001000111001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67864; }

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

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

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

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

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

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

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

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