#A37665

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

Shades of Toast #A37665

Tints of Toast #A37665

Color information

#A37665 (or 0xA37665) is unknown color: approx Toast. HEX triplet: A3, 76 and 65. RGB value is (163,118,101). Sum of RGB (Red+Green+Blue) = 163+118+101=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A37665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37665 is #5C899A. Grayscale: #818181. Windows color (decimal): -6064539 or 6649507. OLE color: 6649507.

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

Color convert

RGB163118101-
CMYK00.280.380.36
HSL16.45º25.2%51.76%-
HSV(B)16.45º38.04%63.92%-
XYZ23.9321.6815.24-
YUV129.52111.91151.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=42.67%
G=30.89%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311810100.280.380.3616.4525.251.76
HexA3766501C2624101934
Octal2431661450344644203164
Binary10100011111011011001010111001001101001001000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37665; }

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

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

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

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

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

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

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

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