#A5796A

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

Shades of Toast #A5796A

Tints of Toast #A5796A

Color information

#A5796A (or 0xA5796A) is unknown color: approx Toast. HEX triplet: A5, 79 and 6A. RGB value is (165,121,106). Sum of RGB (Red+Green+Blue) = 165+121+106=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5796A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5796A is #5A8695. Grayscale: #848484. Windows color (decimal): -5932694 or 6977957. OLE color: 6977957.

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

Color convert

RGB165121106-
CMYK00.270.360.35
HSL15.25º24.69%53.14%-
HSV(B)15.25º35.76%64.71%-
XYZ24.9622.7116.7-
YUV132.45113.08151.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=42.09%
G=30.87%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512110600.270.360.3515.2524.6953.14
HexA5796A01B2423f1935
Octal2451711520334443173165
Binary1010010111110011101010011011100100100011111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5796A; }

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

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

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

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

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

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

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

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