#A37661

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

Shades of Toast #A37661

Tints of Toast #A37661

Color information

#A37661 (or 0xA37661) is unknown color: approx Toast. HEX triplet: A3, 76 and 61. RGB value is (163,118,97). Sum of RGB (Red+Green+Blue) = 163+118+97=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A37661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37661 is #5C899E. Grayscale: #818181. Windows color (decimal): -6064543 or 6387363. OLE color: 6387363.

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

Color convert

RGB16311897-
CMYK00.280.400.36
HSL19.09º26.4%50.98%-
HSV(B)19.09º40.49%63.92%-
XYZ23.7421.6114.23-
YUV129.06109.91152.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=43.12%
G=31.22%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631189700.280.400.3619.0926.450.98
HexA3766101C2824131a33
Octal2431661410345044233263
Binary10100011111011011000010111001010001001001001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37661; }

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

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

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

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

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

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

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

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