#A67566

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

Shades of Toast #A67566

Tints of Toast #A67566

Color information

#A67566 (or 0xA67566) is unknown color: approx Toast. HEX triplet: A6, 75 and 66. RGB value is (166,117,102). Sum of RGB (Red+Green+Blue) = 166+117+102=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A67566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67566 is #598A99. Grayscale: #828282. Windows color (decimal): -5868186 or 6714790. OLE color: 6714790.

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

Color convert

RGB166117102-
CMYK00.300.390.35
HSL14.06º26.45%52.55%-
HSV(B)14.06º38.55%65.1%-
XYZ24.4921.7915.49-
YUV129.94112.23153.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=43.12%
G=30.39%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611710200.300.390.3514.0626.4552.55
HexA6756601E2723e1a35
Octal2461651460364743163265
Binary1010011011101011100110011110100111100011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67566; }

 p { color: rgb(166,117,102); }

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

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

 a { background-color: rgb(166,117,102); }

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

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

 span { border-color: rgb(166,117,102); }

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