#A37660

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

Shades of Toast #A37660

Tints of Toast #A37660

Color information

#A37660 (or 0xA37660) is unknown color: approx Toast. HEX triplet: A3, 76 and 60. RGB value is (163,118,96). Sum of RGB (Red+Green+Blue) = 163+118+96=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A37660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37660 is #5C899F. Grayscale: #818181. Windows color (decimal): -6064544 or 6321827. OLE color: 6321827.

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

Color convert

RGB16311896-
CMYK00.280.410.36
HSL19.7º26.69%50.78%-
HSV(B)19.7º41.1%63.92%-
XYZ23.6921.5913.98-
YUV128.95109.41152.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=43.24%
G=31.30%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631189600.280.410.3619.726.6950.78
HexA3766001C2924141b33
Octal2431661400345144243363
Binary10100011111011011000000111001010011001001010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37660; }

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

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

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

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

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

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

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

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