#A67967

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

Shades of Toast #A67967

Tints of Toast #A67967

Color information

#A67967 (or 0xA67967) is unknown color: approx Toast. HEX triplet: A6, 79 and 67. RGB value is (166,121,103). Sum of RGB (Red+Green+Blue) = 166+121+103=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A67967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67967 is #598698. Grayscale: #848484. Windows color (decimal): -5867161 or 6781350. OLE color: 6781350.

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

Color convert

RGB166121103-
CMYK00.270.380.35
HSL17.14º26.14%52.75%-
HSV(B)17.14º37.95%65.1%-
XYZ25.0122.7615.91-
YUV132.4111.41151.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=42.56%
G=31.03%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16612110300.270.380.3517.1426.1452.75
HexA6796701B2623111a35
Octal2461711470334643213265
Binary10100110111100111001110110111001101000111000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67967; }

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

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

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

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

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

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

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

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