#A37766

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

Shades of Toast #A37766

Tints of Toast #A37766

Color information

#A37766 (or 0xA37766) is unknown color: approx Toast. HEX triplet: A3, 77 and 66. RGB value is (163,119,102). Sum of RGB (Red+Green+Blue) = 163+119+102=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A37766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37766 is #5C8899. Grayscale: #828282. Windows color (decimal): -6064282 or 6715299. OLE color: 6715299.

HSL color Cylindrical-coordinate representation of color #A37766: hue angle of 16.72º 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 #A37766 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB163119102-
CMYK00.270.370.36
HSL16.72º24.9%51.96%-
HSV(B)16.72º37.42%63.92%-
XYZ24.121.9415.53-
YUV130.22112.08151.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=42.45%
G=30.99%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311910200.270.370.3616.7224.951.96
HexA3776601B2524111934
Octal2431671460334544213164
Binary10100011111011111001100110111001011001001000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37766; }

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

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

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

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

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

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

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

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