#A07156

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

Shades of Toast #A07156

Tints of Toast #A07156

Color information

#A07156 (or 0xA07156) is unknown color: approx Toast. HEX triplet: A0, 71 and 56. RGB value is (160,113,86). Sum of RGB (Red+Green+Blue) = 160+113+86=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A07156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07156 is #5F8EA9. Grayscale: #7C7C7C. Windows color (decimal): -6262442 or 5665184. OLE color: 5665184.

HSL color Cylindrical-coordinate representation of color #A07156: hue angle of 21.89º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A07156 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16011386-
CMYK00.290.460.37
HSL21.89º30.08%48.24%-
HSV(B)21.89º46.25%62.75%-
XYZ22.0819.9611.49-
YUV123.98106.57153.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=44.57%
G=31.48%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601138600.290.460.3721.8930.0848.24
HexA0715601D2E25161e30
Octal2401611260355645263660
Binary10100000111000110101100111011011101001011011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07156; }

 p { color: rgb(160,113,86); }

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

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

 a { background-color: rgb(160,113,86); }

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

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

 span { border-color: rgb(160,113,86); }

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