#A66F61

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

Shades of Toast #A66F61

Tints of Toast #A66F61

Color information

#A66F61 (or 0xA66F61) is unknown color: approx Toast. HEX triplet: A6, 6F and 61. RGB value is (166,111,97). Sum of RGB (Red+Green+Blue) = 166+111+97=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F61 is #59909E. Grayscale: #7D7D7D. Windows color (decimal): -5869727 or 6385574. OLE color: 6385574.

HSL color Cylindrical-coordinate representation of color #A66F61: hue angle of 12.17º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66F61 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16611197-
CMYK00.330.420.35
HSL12.17º27.94%51.57%-
HSV(B)12.17º41.57%65.1%-
XYZ23.5720.3413.99-
YUV125.85111.72156.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 111 (43.75% from 255) = 29.68%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=44.39%
G=29.68%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661119700.330.420.3512.1727.9451.57
HexA66F610212A23c1c34
Octal2461571410415243143464
Binary10100110110111111000010100001101010100011110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F61; }

 p { color: rgb(166,111,97); }

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

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

 a { background-color: rgb(166,111,97); }

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

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

 span { border-color: rgb(166,111,97); }

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