#A67656

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

Shades of Toast #A67656

Tints of Toast #A67656

Color information

#A67656 (or 0xA67656) is unknown color: approx Toast. HEX triplet: A6, 76 and 56. RGB value is (166,118,86). Sum of RGB (Red+Green+Blue) = 166+118+86=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A67656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67656 is #5989A9. Grayscale: #808080. Windows color (decimal): -5867946 or 5666470. OLE color: 5666470.

HSL color Cylindrical-coordinate representation of color #A67656: hue angle of 24º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67656 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16611886-
CMYK00.290.480.35
HSL24º31.75%49.41%-
HSV(B)24º48.19%65.1%-
XYZ23.8821.7411.74-
YUV128.7103.9154.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=44.86%
G=31.89%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661188600.290.480.352431.7549.41
HexA6765601D3023182031
Octal2461661260356043304061
Binary101001101110110101011001110111000010001111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67656; }

 p { color: rgb(166,118,86); }

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

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

 a { background-color: rgb(166,118,86); }

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

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

 span { border-color: rgb(166,118,86); }

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