#A37666

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

Shades of Toast #A37666

Tints of Toast #A37666

Color information

#A37666 (or 0xA37666) is unknown color: approx Toast. HEX triplet: A3, 76 and 66. RGB value is (163,118,102). Sum of RGB (Red+Green+Blue) = 163+118+102=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A37666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37666 is #5C8999. Grayscale: #818181. Windows color (decimal): -6064538 or 6715043. OLE color: 6715043.

HSL color Cylindrical-coordinate representation of color #A37666: hue angle of 15.74º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A37666 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB163118102-
CMYK00.280.370.36
HSL15.74º24.9%51.96%-
HSV(B)15.74º37.42%63.92%-
XYZ23.9821.715.5-
YUV129.63112.41151.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 102 (40.23% from 255) = 26.63%
R=42.56%
G=30.81%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311810200.280.370.3615.7424.951.96
HexA3766601C2524101934
Octal2431661460344544203164
Binary10100011111011011001100111001001011001001000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37666; }

 p { color: rgb(163,118,102); }

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

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

 a { background-color: rgb(163,118,102); }

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

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

 span { border-color: rgb(163,118,102); }

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