#A37762

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

Shades of Toast #A37762

Tints of Toast #A37762

Color information

#A37762 (or 0xA37762) is unknown color: approx Toast. HEX triplet: A3, 77 and 62. RGB value is (163,119,98). Sum of RGB (Red+Green+Blue) = 163+119+98=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A37762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37762 is #5C889D. Grayscale: #818181. Windows color (decimal): -6064286 or 6453155. OLE color: 6453155.

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

Color convert

RGB16311998-
CMYK00.270.400.36
HSL19.38º26.1%51.18%-
HSV(B)19.38º39.88%63.92%-
XYZ23.9121.8614.52-
YUV129.76110.08151.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=42.89%
G=31.32%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631199800.270.400.3619.3826.151.18
HexA3776201B2824131a33
Octal2431671420335044233263
Binary10100011111011111000100110111010001001001001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37762; }

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

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

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

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

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

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

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

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