#A1766A

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

Shades of Toast #A1766A

Tints of Toast #A1766A

Color information

#A1766A (or 0xA1766A) is unknown color: approx Toast. HEX triplet: A1, 76 and 6A. RGB value is (161,118,106). Sum of RGB (Red+Green+Blue) = 161+118+106=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1766A is #5E8995. Grayscale: #818181. Windows color (decimal): -6195606 or 6977185. OLE color: 6977185.

HSL color Cylindrical-coordinate representation of color #A1766A: hue angle of 13.09º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1766A is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB161118106-
CMYK00.270.340.37
HSL13.09º22.63%52.35%-
HSV(B)13.09º34.16%63.14%-
XYZ23.7821.5716.55-
YUV129.49114.75150.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=41.82%
G=30.65%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111810600.270.340.3713.0922.6352.35
HexA1766A01B2225d1734
Octal2411661520334245152764
Binary1010000111101101101010011011100010100101110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1766A; }

 p { color: rgb(161,118,106); }

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

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

 a { background-color: rgb(161,118,106); }

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

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

 span { border-color: rgb(161,118,106); }

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