#A66F5C

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

Shades of Toast #A66F5C

Tints of Toast #A66F5C

Color information

#A66F5C (or 0xA66F5C) is unknown color: approx Toast. HEX triplet: A6, 6F and 5C. RGB value is (166,111,92). Sum of RGB (Red+Green+Blue) = 166+111+92=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F5C is #5990A3. Grayscale: #7D7D7D. Windows color (decimal): -5869732 or 6057894. OLE color: 6057894.

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

Color convert

RGB16611192-
CMYK00.330.450.35
HSL15.41º29.37%50.59%-
HSV(B)15.41º44.58%65.1%-
XYZ23.3420.2512.8-
YUV125.28109.22157.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=44.99%
G=30.08%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661119200.330.450.3515.4129.3750.59
HexA66F5C0212D23f1d33
Octal2461571340415543173563
Binary10100110110111110111000100001101101100011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F5C; }

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

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

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

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

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

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

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

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