#A3796A

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

Shades of Toast #A3796A

Tints of Toast #A3796A

Color information

#A3796A (or 0xA3796A) is unknown color: approx Toast. HEX triplet: A3, 79 and 6A. RGB value is (163,121,106). Sum of RGB (Red+Green+Blue) = 163+121+106=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3796A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3796A is #5C8695. Grayscale: #838383. Windows color (decimal): -6063766 or 6977955. OLE color: 6977955.

HSL color Cylindrical-coordinate representation of color #A3796A: hue angle of 15.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3796A is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB163121106-
CMYK00.260.350.36
HSL15.79º23.65%52.75%-
HSV(B)15.79º34.97%63.92%-
XYZ24.5422.516.69-
YUV131.85113.41150.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=41.79%
G=31.03%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312110600.260.350.3615.7923.6552.75
HexA3796A01A2324101835
Octal2431711520324344203065
Binary10100011111100111010100110101000111001001000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3796A; }

 p { color: rgb(163,121,106); }

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

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

 a { background-color: rgb(163,121,106); }

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

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

 span { border-color: rgb(163,121,106); }

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