#A67968

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

Shades of Toast #A67968

Tints of Toast #A67968

Color information

#A67968 (or 0xA67968) is unknown color: approx Toast. HEX triplet: A6, 79 and 68. RGB value is (166,121,104). Sum of RGB (Red+Green+Blue) = 166+121+104=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A67968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67968 is #598697. Grayscale: #848484. Windows color (decimal): -5867160 or 6846886. OLE color: 6846886.

HSL color Cylindrical-coordinate representation of color #A67968: hue angle of 16.45º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A67968 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB166121104-
CMYK00.270.370.35
HSL16.45º25.83%52.94%-
HSV(B)16.45º37.35%65.1%-
XYZ25.0622.7816.17-
YUV132.52111.91151.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.46%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=42.46%
G=30.95%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612110400.270.370.3516.4525.8352.94
HexA6796801B2523101a35
Octal2461711500334543203265
Binary10100110111100111010000110111001011000111000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67968; }

 p { color: rgb(166,121,104); }

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

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

 a { background-color: rgb(166,121,104); }

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

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

 span { border-color: rgb(166,121,104); }

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